#B0CCAC

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

Shades of Zanah #B0CCAC

Tints of Zanah #B0CCAC

Color information

#B0CCAC (or 0xB0CCAC) is unknown color: approx Zanah. HEX triplet: B0, CC and AC. RGB value is (176,204,172). Sum of RGB (Red+Green+Blue) = 176+204+172=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CCAC is #4F3353. Grayscale: #C0C0C0. Windows color (decimal): -5190484 or 11324592. OLE color: 11324592.

HSL color Cylindrical-coordinate representation of color #B0CCAC: hue angle of 112.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0CCAC is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB176204172-
CMYK0.1400.160.2
HSL112.5º23.88%73.73%-
HSV(B)112.5º15.69%80%-
XYZ46.9455.3947.25-
YUV191.98116.72116.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=31.88%
G=36.96%
B=31.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041720.1400.160.2112.523.8873.73
HexB0CCACE0101470184a
Octal260314254160202416030112
Binary1011000011001100101011001110010000101001110000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCAC; }

 p { color: rgb(176,204,172); }

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

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

 a { background-color: rgb(176,204,172); }

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

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

 span { border-color: rgb(176,204,172); }

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