Html Css Color HEX #B9DA9F Pixie Green

📋 copy color: '#B9DA9F'

red 185 ◦ green 218 ◦ blue 159

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

Shades of Pixie Green #B9DA9F

Tints of Pixie Green #B9DA9F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.79%

 BLUE value IS 159 (62.5% from 255) = 28.29%

R = 32.92%
G = 38.79%
B = 28.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#B9DA9F (or 0xB9DA9F) is known color: Pixie Green. HEX triplet: B9, DA and 9F. RGB value is (185,218,159). Sum of RGB (Red+Green+Blue) = 185+218+159=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DA9F is #462560. Grayscale: #C9C9C9. Windows color (decimal): -4597089 or 10476217. OLE color: 10476217.

HSL color Cylindrical-coordinate representation of color #B9DA9F: hue angle of 93.56º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9DA9F is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 218 159 -
CMYK 0.15 0 0.27 0.15
HSL 93.56º 0.44% 0.74% -
HSV(B) 93.56º 0.27% 0.85% -
XYZ 51.34 62.96 42.25 -
YUV 201.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 185 218 159 0.15 0 0.27 0.15 93.56 0.44 0.74
Hex B9 DA 9F F 0 1B F 5E 2C 4A
Octal 271 332 237 17 0 33 17 136 54 112
Binary 10111001 11011010 10011111 1111 0 11011 1111 1011110 101100 1001010

Color Harmonies of #B9DA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA9F

Black with #B9DA9F

Text Example


Text Example

White with #B9DA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA9F; }

 p { color: rgb(185,218,159); }

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

background-color css

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

 a { background-color: rgb(185,218,159); }

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

border-color css

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

 span { border-color: rgb(185,218,159); }

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