Html Css Color HEX #B0D29A Pixie Green

📋 copy color: '#B0D29A'

red 176 ◦ green 210 ◦ blue 154

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

Shades of Pixie Green #B0D29A

Tints of Pixie Green #B0D29A

RGB

 RED value IS 176 (69.14% from 255) = 32.59%

 GREEN value IS 210 (82.42% from 255) = 38.89%

 BLUE value IS 154 (60.55% from 255) = 28.52%

R = 32.59%
G = 38.89%
B = 28.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#B0D29A (or 0xB0D29A) is known color: Pixie Green. HEX triplet: B0, D2 and 9A. RGB value is (176,210,154). Sum of RGB (Red+Green+Blue) = 176+210+154=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D29A is #4F2D65. Grayscale: #C1C1C1. Windows color (decimal): -5188966 or 10146480. OLE color: 10146480.

HSL color Cylindrical-coordinate representation of color #B0D29A: hue angle of 96.43º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0D29A is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 210 154 -
CMYK 0.16 0 0.27 0.18
HSL 96.43º 0.38% 0.71% -
HSV(B) 96.43º 0.27% 0.82% -
XYZ 46.78 57.66 39.23 -
YUV 193.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 176 210 154 0.16 0 0.27 0.18 96.43 0.38 0.71
Hex B0 D2 9A 10 0 1B 12 60 26 47
Octal 260 322 232 20 0 33 22 140 46 107
Binary 10110000 11010010 10011010 10000 0 11011 10010 1100000 100110 1000111

Color Harmonies of #B0D29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D29A

Black with #B0D29A

Text Example


Text Example

White with #B0D29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D29A; }

 p { color: rgb(176,210,154); }

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

background-color css

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

 a { background-color: rgb(176,210,154); }

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

border-color css

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

 span { border-color: rgb(176,210,154); }

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