#B3CFB3

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

Shades of Zanah #B3CFB3

Tints of Zanah #B3CFB3

Color information

#B3CFB3 (or 0xB3CFB3) is unknown color: approx Zanah. HEX triplet: B3, CF and B3. RGB value is (179,207,179). Sum of RGB (Red+Green+Blue) = 179+207+179=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFB3 is #4C304C. Grayscale: #C3C3C3. Windows color (decimal): -4993101 or 11784115. OLE color: 11784115.

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

Color convert

RGB179207179-
CMYK0.1400.140.19
HSL120º22.58%75.69%-
HSV(B)120º13.53%81.18%-
XYZ49.0457.4651.15-
YUV195.44118.72116.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 207 (81.25% from 255) = 36.64%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=31.68%
G=36.64%
B=31.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792071790.1400.140.1912022.5875.69
HexB3CFB3E0E1378174c
Octal263317263160162317027114
Binary101100111100111110110011111001110100111111000101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFB3; }

 p { color: rgb(179,207,179); }

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

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

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

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

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

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

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