Html Css Color HEX #B0D29D Pixie Green

📋 copy color: '#B0D29D'

red 176 ◦ green 210 ◦ blue 157

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

Shades of Pixie Green #B0D29D

Tints of Pixie Green #B0D29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.91%

R = 32.41%
G = 38.67%
B = 28.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#B0D29D (or 0xB0D29D) is known color: Pixie Green. HEX triplet: B0, D2 and 9D. RGB value is (176,210,157). Sum of RGB (Red+Green+Blue) = 176+210+157=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D29D is #4F2D62. Grayscale: #C1C1C1. Windows color (decimal): -5188963 or 10343088. OLE color: 10343088.

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

Color convert

RGB 176 210 157 -
CMYK 0.16 0 0.25 0.18
HSL 98.49º 0.37% 0.72% -
HSV(B) 98.49º 0.25% 0.82% -
XYZ 47.04 57.76 40.57 -
YUV 193.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 176 210 157 0.16 0 0.25 0.18 98.49 0.37 0.72
Hex B0 D2 9D 10 0 19 12 62 25 48
Octal 260 322 235 20 0 31 22 142 45 110
Binary 10110000 11010010 10011101 10000 0 11001 10010 1100010 100101 1001000

Color Harmonies of #B0D29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D29D

Black with #B0D29D

Text Example


Text Example

White with #B0D29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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