Html Css Color HEX #BDD59E Pixie Green

📋 copy color: '#BDD59E'

red 189 ◦ green 213 ◦ blue 158

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

Shades of Pixie Green #BDD59E

Tints of Pixie Green #BDD59E

RGB

 RED value IS 189 (74.22% from 255) = 33.75%

 GREEN value IS 213 (83.59% from 255) = 38.04%

 BLUE value IS 158 (62.11% from 255) = 28.21%

R = 33.75%
G = 38.04%
B = 28.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#BDD59E (or 0xBDD59E) is known color: Pixie Green. HEX triplet: BD, D5 and 9E. RGB value is (189,213,158). Sum of RGB (Red+Green+Blue) = 189+213+158=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD59E is #422A61. Grayscale: #C7C7C7. Windows color (decimal): -4336226 or 10409405. OLE color: 10409405.

HSL color Cylindrical-coordinate representation of color #BDD59E: hue angle of 86.18º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD59E is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 158 -
CMYK 0.11 0 0.26 0.16
HSL 86.18º 0.4% 0.73% -
HSV(B) 86.18º 0.26% 0.84% -
XYZ 50.95 60.88 41.41 -
YUV 199.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 189 213 158 0.11 0 0.26 0.16 86.18 0.4 0.73
Hex BD D5 9E B 0 1A 10 56 28 49
Octal 275 325 236 13 0 32 20 126 50 111
Binary 10111101 11010101 10011110 1011 0 11010 10000 1010110 101000 1001001

Color Harmonies of #BDD59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD59E

Black with #BDD59E

Text Example


Text Example

White with #BDD59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD59E; }

 p { color: rgb(189,213,158); }

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

background-color css

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

 a { background-color: rgb(189,213,158); }

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

border-color css

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

 span { border-color: rgb(189,213,158); }

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