Html Css Color HEX #B9D0A7 Pixie Green

📋 copy color: '#B9D0A7'

red 185 ◦ green 208 ◦ blue 167

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

Shades of Pixie Green #B9D0A7

Tints of Pixie Green #B9D0A7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.14%

 BLUE value IS 167 (65.63% from 255) = 29.82%

R = 33.04%
G = 37.14%
B = 29.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#B9D0A7 (or 0xB9D0A7) is known color: Pixie Green. HEX triplet: B9, D0 and A7. RGB value is (185,208,167). Sum of RGB (Red+Green+Blue) = 185+208+167=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D0A7 is #462F58. Grayscale: #C4C4C4. Windows color (decimal): -4599641 or 10997945. OLE color: 10997945.

HSL color Cylindrical-coordinate representation of color #B9D0A7: hue angle of 93.66º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9D0A7 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 208 167 -
CMYK 0.11 0 0.20 0.18
HSL 93.66º 0.3% 0.74% -
HSV(B) 93.66º 0.2% 0.82% -
XYZ 49.54 58.22 45.19 -
YUV 196.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 185 208 167 0.11 0 0.20 0.18 93.66 0.3 0.74
Hex B9 D0 A7 B 0 14 12 5E 1E 4A
Octal 271 320 247 13 0 24 22 136 36 112
Binary 10111001 11010000 10100111 1011 0 10100 10010 1011110 11110 1001010

Color Harmonies of #B9D0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D0A7

Black with #B9D0A7

Text Example


Text Example

White with #B9D0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D0A7; }

 p { color: rgb(185,208,167); }

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

background-color css

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

 a { background-color: rgb(185,208,167); }

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

border-color css

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

 span { border-color: rgb(185,208,167); }

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