#B0C86D

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

Shades of Caper #B0C86D

Tints of Caper #B0C86D

Color information

#B0C86D (or 0xB0C86D) is unknown color: approx Caper. HEX triplet: B0, C8 and 6D. RGB value is (176,200,109). Sum of RGB (Red+Green+Blue) = 176+200+109=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C86D is #4F3792. Grayscale: #B6B6B6. Windows color (decimal): -5191571 or 7194800. OLE color: 7194800.

HSL color Cylindrical-coordinate representation of color #B0C86D: hue angle of 75.82º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0C86D is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB176200109-
CMYK0.1200.460.22
HSL75.82º45.27%60.59%-
HSV(B)75.82º45.5%78.43%-
XYZ41.3251.6422.26-
YUV182.4586.55123.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 109 (42.97% from 255) = 22.47%
R=36.29%
G=41.24%
B=22.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1762001090.1200.460.2275.8245.2760.59
HexB0C86DC02E164c2d3d
Octal26031015514056261145575
Binary1011000011001000110110111000101110101101001100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C86D; }

 p { color: rgb(176,200,109); }

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

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

 a { background-color: rgb(176,200,109); }

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

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

 span { border-color: rgb(176,200,109); }

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