#B5C08B

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

Shades of Caper #B5C08B

Tints of Caper #B5C08B

Color information

#B5C08B (or 0xB5C08B) is unknown color: approx Caper. HEX triplet: B5, C0 and 8B. RGB value is (181,192,139). Sum of RGB (Red+Green+Blue) = 181+192+139=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C08B is #4A3F74. Grayscale: #B6B6B6. Windows color (decimal): -4865909 or 9158837. OLE color: 9158837.

HSL color Cylindrical-coordinate representation of color #B5C08B: hue angle of 72.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5C08B is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB181192139-
CMYK0.0600.280.25
HSL72.45º29.61%64.9%-
HSV(B)72.45º27.6%75.29%-
XYZ42.5749.3931.72-
YUV182.67103.36126.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=35.35%
G=37.5%
B=27.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811921390.0600.280.2572.4529.6164.9
HexB5C08B601C19481e41
Octal26530021360343111036101
Binary101101011100000010001011110011100110011001000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C08B; }

 p { color: rgb(181,192,139); }

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

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

 a { background-color: rgb(181,192,139); }

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

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

 span { border-color: rgb(181,192,139); }

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