Html Css Color HEX #B9CEA5 Pixie Green

📋 copy color: '#B9CEA5'

red 185 ◦ green 206 ◦ blue 165

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

Shades of Pixie Green #B9CEA5

Tints of Pixie Green #B9CEA5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.05%

 BLUE value IS 165 (64.84% from 255) = 29.68%

R = 33.27%
G = 37.05%
B = 29.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#B9CEA5 (or 0xB9CEA5) is known color: Pixie Green. HEX triplet: B9, CE and A5. RGB value is (185,206,165). Sum of RGB (Red+Green+Blue) = 185+206+165=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CEA5 is #46315A. Grayscale: #C3C3C3. Windows color (decimal): -4600155 or 10866361. OLE color: 10866361.

HSL color Cylindrical-coordinate representation of color #B9CEA5: hue angle of 90.73º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9CEA5 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 165 -
CMYK 0.10 0 0.20 0.19
HSL 90.73º 0.29% 0.73% -
HSV(B) 90.73º 0.2% 0.81% -
XYZ 48.87 57.17 44.06 -
YUV 195.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 185 206 165 0.10 0 0.20 0.19 90.73 0.29 0.73
Hex B9 CE A5 A 0 14 13 5B 1D 49
Octal 271 316 245 12 0 24 23 133 35 111
Binary 10111001 11001110 10100101 1010 0 10100 10011 1011011 11101 1001001

Color Harmonies of #B9CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEA5

Black with #B9CEA5

Text Example


Text Example

White with #B9CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEA5; }

 p { color: rgb(185,206,165); }

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

background-color css

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

 a { background-color: rgb(185,206,165); }

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

border-color css

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

 span { border-color: rgb(185,206,165); }

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