#B5C976

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

Shades of Caper #B5C976

Tints of Caper #B5C976

Color information

#B5C976 (or 0xB5C976) is unknown color: approx Caper. HEX triplet: B5, C9 and 76. RGB value is (181,201,118). Sum of RGB (Red+Green+Blue) = 181+201+118=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C976 is #4A3689. Grayscale: #B9B9B9. Windows color (decimal): -4863626 or 7784885. OLE color: 7784885.

HSL color Cylindrical-coordinate representation of color #B5C976: hue angle of 74.46º 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 #B5C976 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB181201118-
CMYK0.1000.410.21
HSL74.46º43.46%62.55%-
HSV(B)74.46º41.29%78.82%-
XYZ43.2152.9125.07-
YUV185.5689.87124.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 201 (78.91% from 255) = 40.2%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=36.2%
G=40.2%
B=23.6%

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
Decimal1812011180.1000.410.2174.4643.4662.55
HexB5C976A029154a2b3f
Octal26531116612051251125377
Binary1011010111001001111011010100101001101011001010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C976; }

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

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

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

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

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

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

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

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