#B6D277

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

Shades of Caper #B6D277

Tints of Caper #B6D277

Color information

#B6D277 (or 0xB6D277) is unknown color: approx Caper. HEX triplet: B6, D2 and 77. RGB value is (182,210,119). Sum of RGB (Red+Green+Blue) = 182+210+119=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D277 is #492D88. Grayscale: #BFBFBF. Windows color (decimal): -4795785 or 7852726. OLE color: 7852726.

HSL color Cylindrical-coordinate representation of color #B6D277: hue angle of 78.46º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6D277 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB182210119-
CMYK0.1300.430.18
HSL78.46º50.28%64.51%-
HSV(B)78.46º43.33%82.35%-
XYZ45.6757.3726.12-
YUV191.2587.22121.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 210 (82.42% from 255) = 41.10%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=35.62%
G=41.10%
B=23.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822101190.1300.430.1878.4650.2864.51
HexB6D277D02B124e3241
Octal266322167150532211662101
Binary10110110110100101110111110101010111001010011101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D277; }

 p { color: rgb(182,210,119); }

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

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

 a { background-color: rgb(182,210,119); }

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

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

 span { border-color: rgb(182,210,119); }

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