Html Css Color HEX #B9CCAB Pixie Green

📋 copy color: '#B9CCAB'

red 185 ◦ green 204 ◦ blue 171

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

Shades of Pixie Green #B9CCAB

Tints of Pixie Green #B9CCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.54%

R = 33.04%
G = 36.43%
B = 30.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#B9CCAB (or 0xB9CCAB) is known color: Pixie Green. HEX triplet: B9, CC and AB. RGB value is (185,204,171). Sum of RGB (Red+Green+Blue) = 185+204+171=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CCAB is #463354. Grayscale: #C2C2C2. Windows color (decimal): -4600661 or 11259065. OLE color: 11259065.

HSL color Cylindrical-coordinate representation of color #B9CCAB: hue angle of 94.55º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9CCAB is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 171 -
CMYK 0.09 0 0.16 0.2
HSL 94.55º 0.24% 0.74% -
HSV(B) 94.55º 0.16% 0.8% -
XYZ 48.95 56.44 46.84 -
YUV 194.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 185 204 171 0.09 0 0.16 0.2 94.55 0.24 0.74
Hex B9 CC AB 9 0 10 14 5F 18 4A
Octal 271 314 253 11 0 20 24 137 30 112
Binary 10111001 11001100 10101011 1001 0 10000 10100 1011111 11000 1001010

Color Harmonies of #B9CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCAB

Black with #B9CCAB

Text Example


Text Example

White with #B9CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCAB; }

 p { color: rgb(185,204,171); }

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

background-color css

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

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

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

border-color css

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

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

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