#B6C981

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

Shades of Caper #B6C981

Tints of Caper #B6C981

Color information

#B6C981 (or 0xB6C981) is unknown color: approx Caper. HEX triplet: B6, C9 and 81. RGB value is (182,201,129). Sum of RGB (Red+Green+Blue) = 182+201+129=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C981 is #49367E. Grayscale: #BBBBBB. Windows color (decimal): -4798079 or 8505782. OLE color: 8505782.

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

Color convert

RGB182201129-
CMYK0.0900.360.21
HSL75.83º40%64.71%-
HSV(B)75.83º35.82%78.82%-
XYZ44.1453.328.73-
YUV187.1195.21124.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=35.55%
G=39.26%
B=25.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822011290.0900.360.2175.834064.71
HexB6C9819024154c2841
Octal266311201110442511450101
Binary101101101100100110000001100101001001010110011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C981; }

 p { color: rgb(182,201,129); }

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

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

 a { background-color: rgb(182,201,129); }

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

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

 span { border-color: rgb(182,201,129); }

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