#B4CF79

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

Shades of Caper #B4CF79

Tints of Caper #B4CF79

Color information

#B4CF79 (or 0xB4CF79) is unknown color: approx Caper. HEX triplet: B4, CF and 79. RGB value is (180,207,121). Sum of RGB (Red+Green+Blue) = 180+207+121=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CF79 is #4B3086. Grayscale: #BDBDBD. Windows color (decimal): -4927623 or 7983028. OLE color: 7983028.

HSL color Cylindrical-coordinate representation of color #B4CF79: hue angle of 78.84º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4CF79 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB180207121-
CMYK0.1300.420.19
HSL78.84º47.25%64.31%-
HSV(B)78.84º41.55%81.18%-
XYZ44.5955.7126.49-
YUV189.1289.55121.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 121 (47.66% from 255) = 23.82%
R=35.43%
G=40.75%
B=23.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802071210.1300.420.1978.8447.2564.31
HexB4CF79D02A134f2f40
Octal264317171150522311757100
Binary10110100110011111111001110101010101001110011111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CF79; }

 p { color: rgb(180,207,121); }

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

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

 a { background-color: rgb(180,207,121); }

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

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

 span { border-color: rgb(180,207,121); }

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