#B6D77C

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

Shades of Caper #B6D77C

Tints of Caper #B6D77C

Color information

#B6D77C (or 0xB6D77C) is unknown color: approx Caper. HEX triplet: B6, D7 and 7C. RGB value is (182,215,124). Sum of RGB (Red+Green+Blue) = 182+215+124=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D77C is #492883. Grayscale: #C3C3C3. Windows color (decimal): -4794500 or 8181686. OLE color: 8181686.

HSL color Cylindrical-coordinate representation of color #B6D77C: hue angle of 81.76º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6D77C is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB182215124-
CMYK0.1500.420.16
HSL81.76º53.22%66.47%-
HSV(B)81.76º42.33%84.31%-
XYZ47.236028.16-
YUV194.7688.07118.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 124 (48.83% from 255) = 23.80%
R=34.93%
G=41.27%
B=23.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822151240.1500.420.1681.7653.2266.47
HexB6D77CF02A10523542
Octal266327174170522012265102
Binary10110110110101111111100111101010101000010100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D77C; }

 p { color: rgb(182,215,124); }

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

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

 a { background-color: rgb(182,215,124); }

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

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

 span { border-color: rgb(182,215,124); }

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