#B0CC79

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

Shades of Caper #B0CC79

Tints of Caper #B0CC79

Color information

#B0CC79 (or 0xB0CC79) is unknown color: approx Caper. HEX triplet: B0, CC and 79. RGB value is (176,204,121). Sum of RGB (Red+Green+Blue) = 176+204+121=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC79 is #4F3386. Grayscale: #BABABA. Windows color (decimal): -5190535 or 7982256. OLE color: 7982256.

HSL color Cylindrical-coordinate representation of color #B0CC79: hue angle of 80.24º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0CC79 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB176204121-
CMYK0.1400.410.2
HSL80.24º44.86%63.73%-
HSV(B)80.24º40.69%80%-
XYZ42.9553.826.21-
YUV186.1791.22120.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 121 (47.66% from 255) = 24.15%
R=35.13%
G=40.72%
B=24.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041210.1400.410.280.2444.8663.73
HexB0CC79E02914502d40
Octal260314171160512412055100
Binary10110000110011001111001111001010011010010100001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CC79; }

 p { color: rgb(176,204,121); }

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

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

 a { background-color: rgb(176,204,121); }

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

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

 span { border-color: rgb(176,204,121); }

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