#B5C58A

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

Shades of Caper #B5C58A

Tints of Caper #B5C58A

Color information

#B5C58A (or 0xB5C58A) is unknown color: approx Caper. HEX triplet: B5, C5 and 8A. RGB value is (181,197,138). Sum of RGB (Red+Green+Blue) = 181+197+138=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C58A is #4A3A75. Grayscale: #B9B9B9. Windows color (decimal): -4864630 or 9094581. OLE color: 9094581.

HSL color Cylindrical-coordinate representation of color #B5C58A: hue angle of 76.27º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5C58A is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB181197138-
CMYK0.0800.300.23
HSL76.27º33.71%65.69%-
HSV(B)76.27º29.95%77.25%-
XYZ43.6151.5931.7-
YUV185.49101.2124.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=35.08%
G=38.18%
B=26.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811971380.0800.300.2376.2733.7165.69
HexB5C58A801E174c2242
Octal265305212100362711442102
Binary10110101110001011000101010000111101011110011001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C58A; }

 p { color: rgb(181,197,138); }

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

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

 a { background-color: rgb(181,197,138); }

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

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

 span { border-color: rgb(181,197,138); }

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