#B6D5B3

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

Shades of Zanah #B6D5B3

Tints of Zanah #B6D5B3

Color information

#B6D5B3 (or 0xB6D5B3) is unknown color: approx Zanah. HEX triplet: B6, D5 and B3. RGB value is (182,213,179). Sum of RGB (Red+Green+Blue) = 182+213+179=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D5B3 is #492A4C. Grayscale: #C7C7C7. Windows color (decimal): -4794957 or 11785654. OLE color: 11785654.

HSL color Cylindrical-coordinate representation of color #B6D5B3: hue angle of 114.71º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6D5B3 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB182213179-
CMYK0.1500.160.16
HSL114.71º28.81%76.86%-
HSV(B)114.71º15.96%83.53%-
XYZ51.2260.7951.68-
YUV199.86116.23115.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 213 (83.59% from 255) = 37.11%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=31.71%
G=37.11%
B=31.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822131790.1500.160.16114.7128.8176.86
HexB6D5B3F01010731d4d
Octal266325263170202016335115
Binary1011011011010101101100111111010000100001110011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D5B3; }

 p { color: rgb(182,213,179); }

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

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

 a { background-color: rgb(182,213,179); }

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

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

 span { border-color: rgb(182,213,179); }

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