#B4C976

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

Shades of Caper #B4C976

Tints of Caper #B4C976

Color information

#B4C976 (or 0xB4C976) is unknown color: approx Caper. HEX triplet: B4, C9 and 76. RGB value is (180,201,118). Sum of RGB (Red+Green+Blue) = 180+201+118=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C976 is #4B3689. Grayscale: #B9B9B9. Windows color (decimal): -4929162 or 7784884. OLE color: 7784884.

HSL color Cylindrical-coordinate representation of color #B4C976: hue angle of 75.18º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4C976 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB180201118-
CMYK0.1000.410.21
HSL75.18º43.46%62.55%-
HSV(B)75.18º41.29%78.82%-
XYZ42.9852.7825.06-
YUV185.2690.04124.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=36.07%
G=40.28%
B=23.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802011180.1000.410.2175.1843.4662.55
HexB4C976A029154b2b3f
Octal26431116612051251135377
Binary1011010011001001111011010100101001101011001011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C976; }

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

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

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

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

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

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

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

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