Html Css Color HEX #B6CCB6 Zanah

📋 copy color: '#B6CCB6'

red 182 ◦ green 204 ◦ blue 182

#B6CCB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #B6CCB6

Tints of Zanah #B6CCB6

RGB

 RED value IS 182 (71.48% from 255) = 32.04%

 GREEN value IS 204 (80.08% from 255) = 35.92%

 BLUE value IS 182 (71.48% from 255) = 32.04%

R = 32.04%
G = 35.92%
B = 32.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#B6CCB6 (or 0xB6CCB6) is known color: Zanah. HEX triplet: B6, CC and B6. RGB value is (182,204,182). Sum of RGB (Red+Green+Blue) = 182+204+182=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCB6 is #493349. Grayscale: #C2C2C2. Windows color (decimal): -4797258 or 11979958. OLE color: 11979958.

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

Color convert

RGB 182 204 182 -
CMYK 0.11 0 0.11 0.2
HSL 120º 0.18% 0.76% -
HSV(B) 120º 0.11% 0.8% -
XYZ 49.33 56.51 52.56 -
YUV 194.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 182 204 182 0.11 0 0.11 0.2 120 0.18 0.76
Hex B6 CC B6 B 0 B 14 78 12 4C
Octal 266 314 266 13 0 13 24 170 22 114
Binary 10110110 11001100 10110110 1011 0 1011 10100 1111000 10010 1001100

Color Harmonies of #B6CCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CCB6

Black with #B6CCB6

Text Example


Text Example

White with #B6CCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CCB6; }

 p { color: rgb(182,204,182); }

 H1.HeaderClassName
 {
   color: #B6CCB6;
 }
 .AnyTagClassName
 {
   color: #B6CCB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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