Html Css Color HEX #B9C6AA Pixie Green

📋 copy color: '#B9C6AA'

red 185 ◦ green 198 ◦ blue 170

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

Shades of Pixie Green #B9C6AA

Tints of Pixie Green #B9C6AA

RGB

 RED value IS 185 (72.66% from 255) = 33.45%

 GREEN value IS 198 (77.73% from 255) = 35.8%

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

R = 33.45%
G = 35.8%
B = 30.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#B9C6AA (or 0xB9C6AA) is known color: Pixie Green. HEX triplet: B9, C6 and AA. RGB value is (185,198,170). Sum of RGB (Red+Green+Blue) = 185+198+170=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C6AA is #463955. Grayscale: #BFBFBF. Windows color (decimal): -4602198 or 11191993. OLE color: 11191993.

HSL color Cylindrical-coordinate representation of color #B9C6AA: hue angle of 87.86º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9C6AA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 198 170 -
CMYK 0.07 0 0.14 0.22
HSL 87.86º 0.2% 0.72% -
HSV(B) 87.86º 0.14% 0.78% -
XYZ 47.46 53.6 45.88 -
YUV 190.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 185 198 170 0.07 0 0.14 0.22 87.86 0.2 0.72
Hex B9 C6 AA 7 0 E 16 58 14 48
Octal 271 306 252 7 0 16 26 130 24 110
Binary 10111001 11000110 10101010 111 0 1110 10110 1011000 10100 1001000

Color Harmonies of #B9C6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C6AA

Black with #B9C6AA

Text Example


Text Example

White with #B9C6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C6AA; }

 p { color: rgb(185,198,170); }

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

background-color css

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

 a { background-color: rgb(185,198,170); }

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

border-color css

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

 span { border-color: rgb(185,198,170); }

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