#B4CB76

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

Shades of Caper #B4CB76

Tints of Caper #B4CB76

Color information

#B4CB76 (or 0xB4CB76) is unknown color: approx Caper. HEX triplet: B4, CB and 76. RGB value is (180,203,118). Sum of RGB (Red+Green+Blue) = 180+203+118=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CB76 is #4B3489. Grayscale: #BABABA. Windows color (decimal): -4928650 or 7785396. OLE color: 7785396.

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

Color convert

RGB180203118-
CMYK0.1100.420.20
HSL76.24º44.97%62.94%-
HSV(B)76.24º41.87%79.61%-
XYZ43.4553.7225.22-
YUV186.4389.38123.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=35.93%
G=40.52%
B=23.55%

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
Decimal1802031180.1100.420.2076.2444.9762.94
HexB4CB76B02A144c2d3f
Octal26431316613052241145577
Binary1011010011001011111011010110101010101001001100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB76; }

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

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

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

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

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

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

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

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