#B5C28A

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

Shades of Caper #B5C28A

Tints of Caper #B5C28A

Color information

#B5C28A (or 0xB5C28A) is unknown color: approx Caper. HEX triplet: B5, C2 and 8A. RGB value is (181,194,138). Sum of RGB (Red+Green+Blue) = 181+194+138=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C28A is #4A3D75. Grayscale: #B7B7B7. Windows color (decimal): -4865398 or 9093813. OLE color: 9093813.

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

Color convert

RGB181194138-
CMYK0.0700.290.24
HSL73.93º31.46%65.1%-
HSV(B)73.93º28.87%76.08%-
XYZ42.9450.2431.48-
YUV183.73102.19126.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=35.28%
G=37.82%
B=26.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811941380.0700.290.2473.9331.4665.1
HexB5C28A701D184a1f41
Octal26530221270353011237101
Binary101101011100001010001010111011101110001001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C28A; }

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

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

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

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

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

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

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

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