Html Css Color HEX #BADBA0 Pixie Green

📋 copy color: '#BADBA0'

red 186 ◦ green 219 ◦ blue 160

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

Shades of Pixie Green #BADBA0

Tints of Pixie Green #BADBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.32%

R = 32.92%
G = 38.76%
B = 28.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#BADBA0 (or 0xBADBA0) is known color: Pixie Green. HEX triplet: BA, DB and A0. RGB value is (186,219,160). Sum of RGB (Red+Green+Blue) = 186+219+160=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBA0 is #45245F. Grayscale: #CACACA. Windows color (decimal): -4531296 or 10542010. OLE color: 10542010.

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

Color convert

RGB 186 219 160 -
CMYK 0.15 0 0.27 0.14
HSL 93.56º 0.45% 0.74% -
HSV(B) 93.56º 0.27% 0.86% -
XYZ 51.93 63.64 42.8 -
YUV 202.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 186 219 160 0.15 0 0.27 0.14 93.56 0.45 0.74
Hex BA DB A0 F 0 1B E 5E 2D 4A
Octal 272 333 240 17 0 33 16 136 55 112
Binary 10111010 11011011 10100000 1111 0 11011 1110 1011110 101101 1001010

Color Harmonies of #BADBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBA0

Black with #BADBA0

Text Example


Text Example

White with #BADBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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