#B4C08F

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

Shades of Caper #B4C08F

Tints of Caper #B4C08F

Color information

#B4C08F (or 0xB4C08F) is unknown color: approx Caper. HEX triplet: B4, C0 and 8F. RGB value is (180,192,143). Sum of RGB (Red+Green+Blue) = 180+192+143=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C08F is #4B3F70. Grayscale: #B7B7B7. Windows color (decimal): -4931441 or 9420980. OLE color: 9420980.

HSL color Cylindrical-coordinate representation of color #B4C08F: hue angle of 74.69º 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 #B4C08F is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB180192143-
CMYK0.0600.260.25
HSL74.69º28%65.69%-
HSV(B)74.69º25.52%75.29%-
XYZ42.6349.3933.27-
YUV182.83105.52125.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=34.95%
G=37.28%
B=27.77%

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
Decimal1801921430.0600.260.2574.692865.69
HexB4C08F601A194b1c42
Octal26430021760323111334102
Binary101101001100000010001111110011010110011001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C08F; }

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

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

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

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

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

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

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

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