#B5C28C

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

Shades of Caper #B5C28C

Tints of Caper #B5C28C

Color information

#B5C28C (or 0xB5C28C) is unknown color: approx Caper. HEX triplet: B5, C2 and 8C. RGB value is (181,194,140). Sum of RGB (Red+Green+Blue) = 181+194+140=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C28C is #4A3D73. Grayscale: #B8B8B8. Windows color (decimal): -4865396 or 9224885. OLE color: 9224885.

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

Color convert

RGB181194140-
CMYK0.0700.280.24
HSL74.44º30.68%65.49%-
HSV(B)74.44º27.84%76.08%-
XYZ43.0850.332.25-
YUV183.96103.19125.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=35.15%
G=37.67%
B=27.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811941400.0700.280.2474.4430.6865.49
HexB5C28C701C184a1f41
Octal26530221470343011237101
Binary101101011100001010001100111011100110001001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C28C; }

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

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

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

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

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

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

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

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