#B6C872

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

Shades of Caper #B6C872

Tints of Caper #B6C872

Color information

#B6C872 (or 0xB6C872) is unknown color: approx Caper. HEX triplet: B6, C8 and 72. RGB value is (182,200,114). Sum of RGB (Red+Green+Blue) = 182+200+114=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C872 is #49378D. Grayscale: #B9B9B9. Windows color (decimal): -4798350 or 7522486. OLE color: 7522486.

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

Color convert

RGB182200114-
CMYK0.0900.430.22
HSL72.56º43.88%61.57%-
HSV(B)72.56º43%78.43%-
XYZ42.9852.4723.78-
YUV184.8188.04125.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=36.69%
G=40.32%
B=22.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001140.0900.430.2272.5643.8861.57
HexB6C872902B16492c3e
Octal26631016211053261115476
Binary1011011011001000111001010010101011101101001001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C872; }

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

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

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

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

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

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

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

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