Html Css Color HEX #B9D4A9 Pixie Green

📋 copy color: '#B9D4A9'

red 185 ◦ green 212 ◦ blue 169

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

Shades of Pixie Green #B9D4A9

Tints of Pixie Green #B9D4A9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.46%

 BLUE value IS 169 (66.41% from 255) = 29.86%

R = 32.69%
G = 37.46%
B = 29.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#B9D4A9 (or 0xB9D4A9) is known color: Pixie Green. HEX triplet: B9, D4 and A9. RGB value is (185,212,169). Sum of RGB (Red+Green+Blue) = 185+212+169=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D4A9 is #462B56. Grayscale: #C7C7C7. Windows color (decimal): -4598615 or 11130041. OLE color: 11130041.

HSL color Cylindrical-coordinate representation of color #B9D4A9: hue angle of 97.67º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9D4A9 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 212 169 -
CMYK 0.13 0 0.20 0.17
HSL 97.67º 0.33% 0.75% -
HSV(B) 97.67º 0.2% 0.83% -
XYZ 50.71 60.27 46.5 -
YUV 199.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 185 212 169 0.13 0 0.20 0.17 97.67 0.33 0.75
Hex B9 D4 A9 D 0 14 11 62 21 4B
Octal 271 324 251 15 0 24 21 142 41 113
Binary 10111001 11010100 10101001 1101 0 10100 10001 1100010 100001 1001011

Color Harmonies of #B9D4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D4A9

Black with #B9D4A9

Text Example


Text Example

White with #B9D4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D4A9; }

 p { color: rgb(185,212,169); }

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

background-color css

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

 a { background-color: rgb(185,212,169); }

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

border-color css

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

 span { border-color: rgb(185,212,169); }

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