#B5C48A

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

Shades of Caper #B5C48A

Tints of Caper #B5C48A

Color information

#B5C48A (or 0xB5C48A) is unknown color: approx Caper. HEX triplet: B5, C4 and 8A. RGB value is (181,196,138). Sum of RGB (Red+Green+Blue) = 181+196+138=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C48A is #4A3B75. Grayscale: #B9B9B9. Windows color (decimal): -4864886 or 9094325. OLE color: 9094325.

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

Color convert

RGB181196138-
CMYK0.0800.300.23
HSL75.52º32.95%65.49%-
HSV(B)75.52º29.59%76.86%-
XYZ43.3851.1431.63-
YUV184.9101.53125.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=35.15%
G=38.06%
B=26.80%

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
Decimal1811961380.0800.300.2375.5232.9565.49
HexB5C48A801E174c2141
Octal265304212100362711441101
Binary10110101110001001000101010000111101011110011001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C48A; }

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

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

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

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

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

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

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

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