#B5C27C

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

Shades of Caper #B5C27C

Tints of Caper #B5C27C

Color information

#B5C27C (or 0xB5C27C) is unknown color: approx Caper. HEX triplet: B5, C2 and 7C. RGB value is (181,194,124). Sum of RGB (Red+Green+Blue) = 181+194+124=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C27C is #4A3D83. Grayscale: #B6B6B6. Windows color (decimal): -4865412 or 8176309. OLE color: 8176309.

HSL color Cylindrical-coordinate representation of color #B5C27C: hue angle of 71.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C27C is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB181194124-
CMYK0.0700.360.24
HSL71.14º36.46%62.35%-
HSV(B)71.14º36.08%76.08%-
XYZ41.9949.8626.48-
YUV182.1395.19127.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=36.27%
G=38.88%
B=24.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811941240.0700.360.2471.1436.4662.35
HexB5C27C70241847243e
Octal2653021747044301074476
Binary101101011100001011111001110100100110001000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C27C; }

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

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

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

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

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

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

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

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