#B6C878

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

Shades of Caper #B6C878

Tints of Caper #B6C878

Color information

#B6C878 (or 0xB6C878) is unknown color: approx Caper. HEX triplet: B6, C8 and 78. RGB value is (182,200,120). Sum of RGB (Red+Green+Blue) = 182+200+120=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C878 is #493787. Grayscale: #B9B9B9. Windows color (decimal): -4798344 or 7915702. OLE color: 7915702.

HSL color Cylindrical-coordinate representation of color #B6C878: hue angle of 73.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6C878 is Cyan = 0.09, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB182200120-
CMYK0.0900.40.22
HSL73.5º42.11%62.75%-
HSV(B)73.5º40%78.43%-
XYZ43.3452.6125.64-
YUV185.591.04125.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 120 (47.27% from 255) = 23.90%
R=36.25%
G=39.84%
B=23.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001200.0900.40.2273.542.1162.75
HexB6C8789028164a2a3f
Octal26631017011050261125277
Binary1011011011001000111100010010101000101101001010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C878; }

 p { color: rgb(182,200,120); }

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

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

 a { background-color: rgb(182,200,120); }

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

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

 span { border-color: rgb(182,200,120); }

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