Html Css Color HEX #BADF99 Pixie Green

📋 copy color: '#BADF99'

red 186 ◦ green 223 ◦ blue 153

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

Shades of Pixie Green #BADF99

Tints of Pixie Green #BADF99

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.68%

 BLUE value IS 153 (60.16% from 255) = 27.22%

R = 33.1%
G = 39.68%
B = 27.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#BADF99 (or 0xBADF99) is known color: Pixie Green. HEX triplet: BA, DF and 99. RGB value is (186,223,153). Sum of RGB (Red+Green+Blue) = 186+223+153=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF99 is #452066. Grayscale: #CCCCCC. Windows color (decimal): -4530279 or 10084282. OLE color: 10084282.

HSL color Cylindrical-coordinate representation of color #BADF99: hue angle of 91.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BADF99 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 153 -
CMYK 0.17 0 0.31 0.13
HSL 91.71º 0.52% 0.74% -
HSV(B) 91.71º 0.31% 0.87% -
XYZ 52.39 65.51 40.02 -
YUV 203.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 186 223 153 0.17 0 0.31 0.13 91.71 0.52 0.74
Hex BA DF 99 11 0 1F D 5C 34 4A
Octal 272 337 231 21 0 37 15 134 64 112
Binary 10111010 11011111 10011001 10001 0 11111 1101 1011100 110100 1001010

Color Harmonies of #BADF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF99

Black with #BADF99

Text Example


Text Example

White with #BADF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF99; }

 p { color: rgb(186,223,153); }

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

background-color css

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

 a { background-color: rgb(186,223,153); }

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

border-color css

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

 span { border-color: rgb(186,223,153); }

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