#B6D57F

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

Shades of Caper #B6D57F

Tints of Caper #B6D57F

Color information

#B6D57F (or 0xB6D57F) is unknown color: approx Caper. HEX triplet: B6, D5 and 7F. RGB value is (182,213,127). Sum of RGB (Red+Green+Blue) = 182+213+127=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D57F is #492A80. Grayscale: #C2C2C2. Windows color (decimal): -4795009 or 8377782. OLE color: 8377782.

HSL color Cylindrical-coordinate representation of color #B6D57F: hue angle of 81.63º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6D57F is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB182213127-
CMYK0.1500.400.16
HSL81.63º50.59%66.67%-
HSV(B)81.63º40.38%83.53%-
XYZ46.9259.0729.01-
YUV193.9390.23119.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 127 (50% from 255) = 24.33%
R=34.87%
G=40.80%
B=24.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822131270.1500.400.1681.6350.5966.67
HexB6D57FF02810523343
Octal266325177170502012263103
Binary10110110110101011111111111101010001000010100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D57F; }

 p { color: rgb(182,213,127); }

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

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

 a { background-color: rgb(182,213,127); }

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

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

 span { border-color: rgb(182,213,127); }

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