Html Css Color HEX #B9CDA1 Pixie Green

📋 copy color: '#B9CDA1'

red 185 ◦ green 205 ◦ blue 161

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

Shades of Pixie Green #B9CDA1

Tints of Pixie Green #B9CDA1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.21%

 BLUE value IS 161 (63.28% from 255) = 29.22%

R = 33.58%
G = 37.21%
B = 29.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#B9CDA1 (or 0xB9CDA1) is known color: Pixie Green. HEX triplet: B9, CD and A1. RGB value is (185,205,161). Sum of RGB (Red+Green+Blue) = 185+205+161=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CDA1 is #46325E. Grayscale: #C2C2C2. Windows color (decimal): -4600415 or 10603961. OLE color: 10603961.

HSL color Cylindrical-coordinate representation of color #B9CDA1: hue angle of 87.27º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9CDA1 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 205 161 -
CMYK 0.10 0 0.21 0.20
HSL 87.27º 0.31% 0.72% -
HSV(B) 87.27º 0.21% 0.8% -
XYZ 48.27 56.55 42.09 -
YUV 194 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 185 205 161 0.10 0 0.21 0.20 87.27 0.31 0.72
Hex B9 CD A1 A 0 15 14 57 1F 48
Octal 271 315 241 12 0 25 24 127 37 110
Binary 10111001 11001101 10100001 1010 0 10101 10100 1010111 11111 1001000

Color Harmonies of #B9CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDA1

Black with #B9CDA1

Text Example


Text Example

White with #B9CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDA1; }

 p { color: rgb(185,205,161); }

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

background-color css

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

 a { background-color: rgb(185,205,161); }

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

border-color css

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

 span { border-color: rgb(185,205,161); }

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