#B0C86E

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

Shades of Caper #B0C86E

Tints of Caper #B0C86E

Color information

#B0C86E (or 0xB0C86E) is unknown color: approx Caper. HEX triplet: B0, C8 and 6E. RGB value is (176,200,110). Sum of RGB (Red+Green+Blue) = 176+200+110=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C86E is #4F3791. Grayscale: #B6B6B6. Windows color (decimal): -5191570 or 7260336. OLE color: 7260336.

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

Color convert

RGB176200110-
CMYK0.1200.450.22
HSL76º45%60.78%-
HSV(B)76º45%78.43%-
XYZ41.3751.6622.54-
YUV182.5687.05123.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 200 (78.52% from 255) = 41.15%
BLUE value IS 110 (43.36% from 255) = 22.63%
R=36.21%
G=41.15%
B=22.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1762001100.1200.450.22764560.78
HexB0C86EC02D164c2d3d
Octal26031015614055261145575
Binary1011000011001000110111011000101101101101001100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C86E; }

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

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

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

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

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

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

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

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