Html Css Color HEX #B6C8AA Pixie Green

📋 copy color: '#B6C8AA'

red 182 ◦ green 200 ◦ blue 170

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

Shades of Pixie Green #B6C8AA

Tints of Pixie Green #B6C8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.23%

 BLUE value IS 170 (66.8% from 255) = 30.8%

R = 32.97%
G = 36.23%
B = 30.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#B6C8AA (or 0xB6C8AA) is known color: Pixie Green. HEX triplet: B6, C8 and AA. RGB value is (182,200,170). Sum of RGB (Red+Green+Blue) = 182+200+170=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C8AA is #493755. Grayscale: #BFBFBF. Windows color (decimal): -4798294 or 11192502. OLE color: 11192502.

HSL color Cylindrical-coordinate representation of color #B6C8AA: hue angle of 96º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6C8AA is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 200 170 -
CMYK 0.09 0 0.15 0.22
HSL 96º 0.21% 0.73% -
HSV(B) 96º 0.15% 0.78% -
XYZ 47.2 54.16 46 -
YUV 191.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 182 200 170 0.09 0 0.15 0.22 96 0.21 0.73
Hex B6 C8 AA 9 0 F 16 60 15 49
Octal 266 310 252 11 0 17 26 140 25 111
Binary 10110110 11001000 10101010 1001 0 1111 10110 1100000 10101 1001001

Color Harmonies of #B6C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8AA

Black with #B6C8AA

Text Example


Text Example

White with #B6C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8AA; }

 p { color: rgb(182,200,170); }

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

background-color css

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

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

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

border-color css

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

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

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