Html Css Color HEX #B9CBAC Pixie Green

📋 copy color: '#B9CBAC'

red 185 ◦ green 203 ◦ blue 172

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

Shades of Pixie Green #B9CBAC

Tints of Pixie Green #B9CBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.25%

 BLUE value IS 172 (67.58% from 255) = 30.71%

R = 33.04%
G = 36.25%
B = 30.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#B9CBAC (or 0xB9CBAC) is known color: Pixie Green. HEX triplet: B9, CB and AC. RGB value is (185,203,172). Sum of RGB (Red+Green+Blue) = 185+203+172=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBAC is #463453. Grayscale: #C2C2C2. Windows color (decimal): -4600916 or 11324345. OLE color: 11324345.

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

Color convert

RGB 185 203 172 -
CMYK 0.09 0 0.15 0.20
HSL 94.84º 0.23% 0.74% -
HSV(B) 94.84º 0.15% 0.8% -
XYZ 48.81 56 47.27 -
YUV 194.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 185 203 172 0.09 0 0.15 0.20 94.84 0.23 0.74
Hex B9 CB AC 9 0 F 14 5F 17 4A
Octal 271 313 254 11 0 17 24 137 27 112
Binary 10111001 11001011 10101100 1001 0 1111 10100 1011111 10111 1001010

Color Harmonies of #B9CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBAC

Black with #B9CBAC

Text Example


Text Example

White with #B9CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBAC; }

 p { color: rgb(185,203,172); }

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

background-color css

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

 a { background-color: rgb(185,203,172); }

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

border-color css

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

 span { border-color: rgb(185,203,172); }

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