Html Css Color HEX #BADB9E Pixie Green

📋 copy color: '#BADB9E'

red 186 ◦ green 219 ◦ blue 158

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

Shades of Pixie Green #BADB9E

Tints of Pixie Green #BADB9E

RGB

 RED value IS 186 (73.05% from 255) = 33.04%

 GREEN value IS 219 (85.94% from 255) = 38.9%

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

R = 33.04%
G = 38.9%
B = 28.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#BADB9E (or 0xBADB9E) is known color: Pixie Green. HEX triplet: BA, DB and 9E. RGB value is (186,219,158). Sum of RGB (Red+Green+Blue) = 186+219+158=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB9E is #452461. Grayscale: #CACACA. Windows color (decimal): -4531298 or 10410938. OLE color: 10410938.

HSL color Cylindrical-coordinate representation of color #BADB9E: hue angle of 92.46º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BADB9E is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 158 -
CMYK 0.15 0 0.28 0.14
HSL 92.46º 0.46% 0.74% -
HSV(B) 92.46º 0.28% 0.86% -
XYZ 51.75 63.57 41.89 -
YUV 202.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 186 219 158 0.15 0 0.28 0.14 92.46 0.46 0.74
Hex BA DB 9E F 0 1C E 5C 2E 4A
Octal 272 333 236 17 0 34 16 134 56 112
Binary 10111010 11011011 10011110 1111 0 11100 1110 1011100 101110 1001010

Color Harmonies of #BADB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB9E

Black with #BADB9E

Text Example


Text Example

White with #BADB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB9E; }

 p { color: rgb(186,219,158); }

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

background-color css

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

 a { background-color: rgb(186,219,158); }

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

border-color css

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

 span { border-color: rgb(186,219,158); }

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