Html Css Color HEX #B5C9A1 Pixie Green

📋 copy color: '#B5C9A1'

red 181 ◦ green 201 ◦ blue 161

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

Shades of Pixie Green #B5C9A1

Tints of Pixie Green #B5C9A1

RGB

 RED value IS 181 (71.09% from 255) = 33.33%

 GREEN value IS 201 (78.91% from 255) = 37.02%

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

R = 33.33%
G = 37.02%
B = 29.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#B5C9A1 (or 0xB5C9A1) is known color: Pixie Green. HEX triplet: B5, C9 and A1. RGB value is (181,201,161). Sum of RGB (Red+Green+Blue) = 181+201+161=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C9A1 is #4A365E. Grayscale: #BEBEBE. Windows color (decimal): -4863583 or 10602933. OLE color: 10602933.

HSL color Cylindrical-coordinate representation of color #B5C9A1: hue angle of 90º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5C9A1 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 201 161 -
CMYK 0.10 0 0.20 0.21
HSL 90º 0.27% 0.71% -
HSV(B) 90º 0.2% 0.79% -
XYZ 46.38 54.17 41.73 -
YUV 190.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 181 201 161 0.10 0 0.20 0.21 90 0.27 0.71
Hex B5 C9 A1 A 0 14 15 5A 1B 47
Octal 265 311 241 12 0 24 25 132 33 107
Binary 10110101 11001001 10100001 1010 0 10100 10101 1011010 11011 1000111

Color Harmonies of #B5C9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C9A1

Black with #B5C9A1

Text Example


Text Example

White with #B5C9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C9A1; }

 p { color: rgb(181,201,161); }

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

background-color css

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

 a { background-color: rgb(181,201,161); }

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

border-color css

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

 span { border-color: rgb(181,201,161); }

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