Html Css Color HEX #B9D5A0 Pixie Green

📋 copy color: '#B9D5A0'

red 185 ◦ green 213 ◦ blue 160

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

Shades of Pixie Green #B9D5A0

Tints of Pixie Green #B9D5A0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.17%

 BLUE value IS 160 (62.89% from 255) = 28.67%

R = 33.15%
G = 38.17%
B = 28.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#B9D5A0 (or 0xB9D5A0) is known color: Pixie Green. HEX triplet: B9, D5 and A0. RGB value is (185,213,160). Sum of RGB (Red+Green+Blue) = 185+213+160=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D5A0 is #462A5F. Grayscale: #C6C6C6. Windows color (decimal): -4598368 or 10540473. OLE color: 10540473.

HSL color Cylindrical-coordinate representation of color #B9D5A0: hue angle of 91.7º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9D5A0 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 213 160 -
CMYK 0.13 0 0.25 0.16
HSL 91.7º 0.39% 0.73% -
HSV(B) 91.7º 0.25% 0.84% -
XYZ 50.15 60.44 42.28 -
YUV 198.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 185 213 160 0.13 0 0.25 0.16 91.7 0.39 0.73
Hex B9 D5 A0 D 0 19 10 5C 27 49
Octal 271 325 240 15 0 31 20 134 47 111
Binary 10111001 11010101 10100000 1101 0 11001 10000 1011100 100111 1001001

Color Harmonies of #B9D5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D5A0

Black with #B9D5A0

Text Example


Text Example

White with #B9D5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D5A0; }

 p { color: rgb(185,213,160); }

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

background-color css

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

 a { background-color: rgb(185,213,160); }

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

border-color css

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

 span { border-color: rgb(185,213,160); }

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