#B0C48B

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

Shades of Caper #B0C48B

Tints of Caper #B0C48B

Color information

#B0C48B (or 0xB0C48B) is unknown color: approx Caper. HEX triplet: B0, C4 and 8B. RGB value is (176,196,139). Sum of RGB (Red+Green+Blue) = 176+196+139=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C48B is #4F3B74. Grayscale: #B7B7B7. Windows color (decimal): -5192565 or 9159856. OLE color: 9159856.

HSL color Cylindrical-coordinate representation of color #B0C48B: hue angle of 81.05º 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 #B0C48B is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB176196139-
CMYK0.1000.290.23
HSL81.05º32.57%65.69%-
HSV(B)81.05º29.08%76.86%-
XYZ42.350.5731.96-
YUV183.52102.87122.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=34.44%
G=38.36%
B=27.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761961390.1000.290.2381.0532.5765.69
HexB0C48BA01D17512142
Octal260304213120352712141102
Binary10110000110001001000101110100111011011110100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C48B; }

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

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

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

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

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

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

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

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