#B4D0B4

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

Shades of Zanah #B4D0B4

Tints of Zanah #B4D0B4

Color information

#B4D0B4 (or 0xB4D0B4) is unknown color: approx Zanah. HEX triplet: B4, D0 and B4. RGB value is (180,208,180). Sum of RGB (Red+Green+Blue) = 180+208+180=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D0B4 is #4B2F4B. Grayscale: #C4C4C4. Windows color (decimal): -4927308 or 11849908. OLE color: 11849908.

HSL color Cylindrical-coordinate representation of color #B4D0B4: hue angle of 120º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4D0B4 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB180208180-
CMYK0.1300.130.18
HSL120º22.95%76.08%-
HSV(B)120º13.46%81.57%-
XYZ49.6258.1151.78-
YUV196.44118.72116.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 208 (81.64% from 255) = 36.62%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=31.69%
G=36.62%
B=31.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802081800.1300.130.1812022.9576.08
HexB4D0B4D0D1278174c
Octal264320264150152217027114
Binary101101001101000010110100110101101100101111000101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D0B4; }

 p { color: rgb(180,208,180); }

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

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

 a { background-color: rgb(180,208,180); }

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

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

 span { border-color: rgb(180,208,180); }

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