#B5D77C

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

Shades of Caper #B5D77C

Tints of Caper #B5D77C

Color information

#B5D77C (or 0xB5D77C) is unknown color: approx Caper. HEX triplet: B5, D7 and 7C. RGB value is (181,215,124). Sum of RGB (Red+Green+Blue) = 181+215+124=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D77C is #4A2883. Grayscale: #C2C2C2. Windows color (decimal): -4860036 or 8181685. OLE color: 8181685.

HSL color Cylindrical-coordinate representation of color #B5D77C: hue angle of 82.42º 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 #B5D77C is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB181215124-
CMYK0.1600.420.16
HSL82.42º53.22%66.47%-
HSV(B)82.42º42.33%84.31%-
XYZ46.9959.8828.15-
YUV194.4688.24118.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 215 (84.38% from 255) = 41.35%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=34.81%
G=41.35%
B=23.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812151240.1600.420.1682.4253.2266.47
HexB5D77C1002A10523542
Octal265327174200522012265102
Binary101101011101011111111001000001010101000010100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D77C; }

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

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

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

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

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

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

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

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