#B6C787

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

Shades of Caper #B6C787

Tints of Caper #B6C787

Color information

#B6C787 (or 0xB6C787) is unknown color: approx Caper. HEX triplet: B6, C7 and 87. RGB value is (182,199,135). Sum of RGB (Red+Green+Blue) = 182+199+135=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C787 is #493878. Grayscale: #BABABA. Windows color (decimal): -4798585 or 8898486. OLE color: 8898486.

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

Color convert

RGB182199135-
CMYK0.0900.320.22
HSL75.94º36.36%65.49%-
HSV(B)75.94º32.16%78.04%-
XYZ44.0952.5430.74-
YUV186.6298.87124.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 135 (53.12% from 255) = 26.16%
R=35.27%
G=38.57%
B=26.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821991350.0900.320.2275.9436.3665.49
HexB6C7879020164c2441
Octal266307207110402611444101
Binary101101101100011110000111100101000001011010011001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C787; }

 p { color: rgb(182,199,135); }

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

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

 a { background-color: rgb(182,199,135); }

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

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

 span { border-color: rgb(182,199,135); }

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