#B5D27F

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

Shades of Caper #B5D27F

Tints of Caper #B5D27F

Color information

#B5D27F (or 0xB5D27F) is unknown color: approx Caper. HEX triplet: B5, D2 and 7F. RGB value is (181,210,127). Sum of RGB (Red+Green+Blue) = 181+210+127=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D27F is #4A2D80. Grayscale: #C0C0C0. Windows color (decimal): -4861313 or 8377013. OLE color: 8377013.

HSL color Cylindrical-coordinate representation of color #B5D27F: hue angle of 80.96º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5D27F is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB181210127-
CMYK0.1400.400.18
HSL80.96º47.98%66.08%-
HSV(B)80.96º39.52%82.35%-
XYZ45.9357.4528.75-
YUV191.8791.39120.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 210 (82.42% from 255) = 40.54%
BLUE value IS 127 (50% from 255) = 24.52%
R=34.94%
G=40.54%
B=24.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812101270.1400.400.1880.9647.9866.08
HexB5D27FE02812513042
Octal265322177160502212160102
Binary10110101110100101111111111001010001001010100011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D27F; }

 p { color: rgb(181,210,127); }

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

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

 a { background-color: rgb(181,210,127); }

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

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

 span { border-color: rgb(181,210,127); }

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