#B5CB76

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

Shades of Caper #B5CB76

Tints of Caper #B5CB76

Color information

#B5CB76 (or 0xB5CB76) is unknown color: approx Caper. HEX triplet: B5, CB and 76. RGB value is (181,203,118). Sum of RGB (Red+Green+Blue) = 181+203+118=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB76 is #4A3489. Grayscale: #BBBBBB. Windows color (decimal): -4863114 or 7785397. OLE color: 7785397.

HSL color Cylindrical-coordinate representation of color #B5CB76: hue angle of 75.53º degrees, saturation: 0.45, 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 #B5CB76 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB181203118-
CMYK0.1100.420.20
HSL75.53º44.97%62.94%-
HSV(B)75.53º41.87%79.61%-
XYZ43.6853.8425.23-
YUV186.7389.21123.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=36.06%
G=40.44%
B=23.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812031180.1100.420.2075.5344.9762.94
HexB5CB76B02A144c2d3f
Octal26531316613052241145577
Binary1011010111001011111011010110101010101001001100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CB76; }

 p { color: rgb(181,203,118); }

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

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

 a { background-color: rgb(181,203,118); }

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

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

 span { border-color: rgb(181,203,118); }

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