#B5D37B

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

Shades of Caper #B5D37B

Tints of Caper #B5D37B

Color information

#B5D37B (or 0xB5D37B) is unknown color: approx Caper. HEX triplet: B5, D3 and 7B. RGB value is (181,211,123). Sum of RGB (Red+Green+Blue) = 181+211+123=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D37B is #4A2C84. Grayscale: #C0C0C0. Windows color (decimal): -4861061 or 8115125. OLE color: 8115125.

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

Color convert

RGB181211123-
CMYK0.1400.420.17
HSL80.45º50%65.49%-
HSV(B)80.45º41.71%82.75%-
XYZ45.9357.8427.48-
YUV19289.06120.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 211 (82.81% from 255) = 40.97%
BLUE value IS 123 (48.44% from 255) = 23.88%
R=35.15%
G=40.97%
B=23.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1812111230.1400.420.1780.455065.49
HexB5D37BE02A11503241
Octal265323173160522112062101
Binary10110101110100111111011111001010101000110100001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D37B; }

 p { color: rgb(181,211,123); }

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

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

 a { background-color: rgb(181,211,123); }

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

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

 span { border-color: rgb(181,211,123); }

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