#B0CD76

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

Shades of Caper #B0CD76

Tints of Caper #B0CD76

Color information

#B0CD76 (or 0xB0CD76) is unknown color: approx Caper. HEX triplet: B0, CD and 76. RGB value is (176,205,118). Sum of RGB (Red+Green+Blue) = 176+205+118=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CD76 is #4F3289. Grayscale: #BABABA. Windows color (decimal): -5190282 or 7785904. OLE color: 7785904.

HSL color Cylindrical-coordinate representation of color #B0CD76: hue angle of 80º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0CD76 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB176205118-
CMYK0.1400.420.20
HSL80º46.52%63.33%-
HSV(B)80º42.44%80.39%-
XYZ43.0154.225.33-
YUV186.4189.39120.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=35.27%
G=41.08%
B=23.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762051180.1400.420.208046.5263.33
HexB0CD76E02A14502f3f
Octal26031516616052241205777
Binary1011000011001101111011011100101010101001010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD76; }

 p { color: rgb(176,205,118); }

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

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

 a { background-color: rgb(176,205,118); }

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

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

 span { border-color: rgb(176,205,118); }

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