Html Css Color HEX #B9CAA3 Pixie Green

📋 copy color: '#B9CAA3'

red 185 ◦ green 202 ◦ blue 163

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

Shades of Pixie Green #B9CAA3

Tints of Pixie Green #B9CAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.64%

R = 33.64%
G = 36.73%
B = 29.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#B9CAA3 (or 0xB9CAA3) is known color: Pixie Green. HEX triplet: B9, CA and A3. RGB value is (185,202,163). Sum of RGB (Red+Green+Blue) = 185+202+163=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CAA3 is #46355C. Grayscale: #C0C0C0. Windows color (decimal): -4601181 or 10734265. OLE color: 10734265.

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

Color convert

RGB 185 202 163 -
CMYK 0.08 0 0.19 0.21
HSL 86.15º 0.27% 0.72% -
HSV(B) 86.15º 0.19% 0.79% -
XYZ 47.74 55.2 42.79 -
YUV 192.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 185 202 163 0.08 0 0.19 0.21 86.15 0.27 0.72
Hex B9 CA A3 8 0 13 15 56 1B 48
Octal 271 312 243 10 0 23 25 126 33 110
Binary 10111001 11001010 10100011 1000 0 10011 10101 1010110 11011 1001000

Color Harmonies of #B9CAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CAA3

Black with #B9CAA3

Text Example


Text Example

White with #B9CAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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