#B3C08F

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

Shades of Caper #B3C08F

Tints of Caper #B3C08F

Color information

#B3C08F (or 0xB3C08F) is unknown color: approx Caper. HEX triplet: B3, C0 and 8F. RGB value is (179,192,143). Sum of RGB (Red+Green+Blue) = 179+192+143=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C08F is #4C3F70. Grayscale: #B6B6B6. Windows color (decimal): -4996977 or 9420979. OLE color: 9420979.

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

Color convert

RGB179192143-
CMYK0.0700.260.25
HSL75.92º28%65.69%-
HSV(B)75.92º25.52%75.29%-
XYZ42.449.2733.26-
YUV182.53105.69125.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=34.82%
G=37.35%
B=27.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921430.0700.260.2575.922865.69
HexB3C08F701A194c1c42
Octal26330021770323111434102
Binary101100111100000010001111111011010110011001100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C08F; }

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

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

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

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

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

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

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

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