Html Css Color HEX #B9DC9A Pixie Green

📋 copy color: '#B9DC9A'

red 185 ◦ green 220 ◦ blue 154

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

Shades of Pixie Green #B9DC9A

Tints of Pixie Green #B9DC9A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.36%

 BLUE value IS 154 (60.55% from 255) = 27.55%

R = 33.09%
G = 39.36%
B = 27.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#B9DC9A (or 0xB9DC9A) is known color: Pixie Green. HEX triplet: B9, DC and 9A. RGB value is (185,220,154). Sum of RGB (Red+Green+Blue) = 185+220+154=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC9A is #462365. Grayscale: #CACACA. Windows color (decimal): -4596582 or 10149049. OLE color: 10149049.

HSL color Cylindrical-coordinate representation of color #B9DC9A: hue angle of 91.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9DC9A is Cyan = 0.16, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 154 -
CMYK 0.16 0 0.3 0.14
HSL 91.82º 0.49% 0.73% -
HSV(B) 91.82º 0.3% 0.86% -
XYZ 51.43 63.83 40.18 -
YUV 202.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 185 220 154 0.16 0 0.3 0.14 91.82 0.49 0.73
Hex B9 DC 9A 10 0 1E E 5C 31 49
Octal 271 334 232 20 0 36 16 134 61 111
Binary 10111001 11011100 10011010 10000 0 11110 1110 1011100 110001 1001001

Color Harmonies of #B9DC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC9A

Black with #B9DC9A

Text Example


Text Example

White with #B9DC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC9A; }

 p { color: rgb(185,220,154); }

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

background-color css

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

 a { background-color: rgb(185,220,154); }

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

border-color css

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

 span { border-color: rgb(185,220,154); }

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