#B5C48B

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

Shades of Caper #B5C48B

Tints of Caper #B5C48B

Color information

#B5C48B (or 0xB5C48B) is unknown color: approx Caper. HEX triplet: B5, C4 and 8B. RGB value is (181,196,139). Sum of RGB (Red+Green+Blue) = 181+196+139=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C48B is #4A3B74. Grayscale: #B9B9B9. Windows color (decimal): -4864885 or 9159861. OLE color: 9159861.

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

Color convert

RGB181196139-
CMYK0.0800.290.23
HSL75.79º32.57%65.69%-
HSV(B)75.79º29.08%76.86%-
XYZ43.4651.1732.01-
YUV185.02102.03125.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=35.08%
G=37.98%
B=26.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811961390.0800.290.2375.7932.5765.69
HexB5C48B801D174c2142
Octal265304213100352711441102
Binary10110101110001001000101110000111011011110011001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C48B; }

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

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

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

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

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

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

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

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