#B6D477

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

Shades of Caper #B6D477

Tints of Caper #B6D477

Color information

#B6D477 (or 0xB6D477) is unknown color: approx Caper. HEX triplet: B6, D4 and 77. RGB value is (182,212,119). Sum of RGB (Red+Green+Blue) = 182+212+119=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D477 is #492B88. Grayscale: #C0C0C0. Windows color (decimal): -4795273 or 7853238. OLE color: 7853238.

HSL color Cylindrical-coordinate representation of color #B6D477: hue angle of 79.35º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6D477 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB182212119-
CMYK0.1400.440.17
HSL79.35º51.96%64.9%-
HSV(B)79.35º43.87%83.14%-
XYZ46.1658.3626.28-
YUV192.4386.56120.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 212 (83.20% from 255) = 41.33%
BLUE value IS 119 (46.88% from 255) = 23.20%
R=35.48%
G=41.33%
B=23.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1822121190.1400.440.1779.3551.9664.9
HexB6D477E02C114f3441
Octal266324167160542111764101
Binary10110110110101001110111111001011001000110011111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D477; }

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

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

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

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

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

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

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

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