Html Css Color HEX #B9CAA8 Pixie Green

📋 copy color: '#B9CAA8'

red 185 ◦ green 202 ◦ blue 168

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

Shades of Pixie Green #B9CAA8

Tints of Pixie Green #B9CAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.4%

 BLUE value IS 168 (66.02% from 255) = 30.27%

R = 33.33%
G = 36.4%
B = 30.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#B9CAA8 (or 0xB9CAA8) is known color: Pixie Green. HEX triplet: B9, CA and A8. RGB value is (185,202,168). Sum of RGB (Red+Green+Blue) = 185+202+168=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CAA8 is #463557. Grayscale: #C1C1C1. Windows color (decimal): -4601176 or 11061945. OLE color: 11061945.

HSL color Cylindrical-coordinate representation of color #B9CAA8: hue angle of 90º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9CAA8 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 168 -
CMYK 0.08 0 0.17 0.21
HSL 90º 0.24% 0.73% -
HSV(B) 90º 0.17% 0.79% -
XYZ 48.2 55.38 45.2 -
YUV 193.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 185 202 168 0.08 0 0.17 0.21 90 0.24 0.73
Hex B9 CA A8 8 0 11 15 5A 18 49
Octal 271 312 250 10 0 21 25 132 30 111
Binary 10111001 11001010 10101000 1000 0 10001 10101 1011010 11000 1001001

Color Harmonies of #B9CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CAA8

Black with #B9CAA8

Text Example


Text Example

White with #B9CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CAA8; }

 p { color: rgb(185,202,168); }

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

background-color css

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

 a { background-color: rgb(185,202,168); }

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

border-color css

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

 span { border-color: rgb(185,202,168); }

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