#B5C08F

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

Shades of Caper #B5C08F

Tints of Caper #B5C08F

Color information

#B5C08F (or 0xB5C08F) is unknown color: approx Caper. HEX triplet: B5, C0 and 8F. RGB value is (181,192,143). Sum of RGB (Red+Green+Blue) = 181+192+143=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C08F is #4A3F70. Grayscale: #B7B7B7. Windows color (decimal): -4865905 or 9420981. OLE color: 9420981.

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

Color convert

RGB181192143-
CMYK0.0600.260.25
HSL73.47º28%65.69%-
HSV(B)73.47º25.52%75.29%-
XYZ42.8649.5133.28-
YUV183.12105.36126.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 192 (75.39% from 255) = 37.21%
BLUE value IS 143 (56.25% from 255) = 27.71%
R=35.08%
G=37.21%
B=27.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811921430.0600.260.2573.472865.69
HexB5C08F601A19491c42
Octal26530021760323111134102
Binary101101011100000010001111110011010110011001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C08F; }

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

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

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

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

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

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

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

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