#B5C28B

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

Shades of Caper #B5C28B

Tints of Caper #B5C28B

Color information

#B5C28B (or 0xB5C28B) is unknown color: approx Caper. HEX triplet: B5, C2 and 8B. RGB value is (181,194,139). Sum of RGB (Red+Green+Blue) = 181+194+139=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C28B is #4A3D74. Grayscale: #B8B8B8. Windows color (decimal): -4865397 or 9159349. OLE color: 9159349.

HSL color Cylindrical-coordinate representation of color #B5C28B: hue angle of 74.18º 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 #B5C28B is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB181194139-
CMYK0.0700.280.24
HSL74.18º31.07%65.29%-
HSV(B)74.18º28.35%76.08%-
XYZ43.0150.2731.86-
YUV183.84102.69125.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 194 (76.17% from 255) = 37.74%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=35.21%
G=37.74%
B=27.04%

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
Decimal1811941390.0700.280.2474.1831.0765.29
HexB5C28B701C184a1f41
Octal26530221370343011237101
Binary101101011100001010001011111011100110001001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C28B; }

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

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

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

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

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

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

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

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