#B4C773

Color #B4C773 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B4C773

Tints of Caper #B4C773

Color information

#B4C773 (or 0xB4C773) is unknown color: approx Caper. HEX triplet: B4, C7 and 73. RGB value is (180,199,115). Sum of RGB (Red+Green+Blue) = 180+199+115=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C773 is #4B388C. Grayscale: #B8B8B8. Windows color (decimal): -4929677 or 7587764. OLE color: 7587764.

HSL color Cylindrical-coordinate representation of color #B4C773: hue angle of 73.57º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4C773 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB180199115-
CMYK0.1000.420.22
HSL73.57º42.86%61.57%-
HSV(B)73.57º42.21%78.04%-
XYZ42.3451.7923.98-
YUV183.7489.21125.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 199 (78.12% from 255) = 40.28%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=36.44%
G=40.28%
B=23.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801991150.1000.420.2273.5742.8661.57
HexB4C773A02A164a2b3e
Octal26430716312052261125376
Binary1011010011000111111001110100101010101101001010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C773; }

 p { color: rgb(180,199,115); }

 H1.HeaderClassName
 {
   color: #B4C773;
 }
 .AnyTagClassName
 {
   color: #B4C773;
 }
</style>
background-color css

<style>
 a { background-color: #B4C773; }

 a { background-color: rgb(180,199,115); }

 div.DivClassName
 {
   background-color: #B4C773;
 }
 .BgClassName
 {
   background-color: #B4C773;
 }
</style>
border-color css

<style>
 span { border-color: #B4C773; }

 span { border-color: rgb(180,199,115); }

 td.TdClassName
 {
   border-color: #B4C773;
 }
 .TagClassName
 {
   border-color: #B4C773;
 }
</style>