Html Css Color HEX #BADF98 Pixie Green

📋 copy color: '#BADF98'

red 186 ◦ green 223 ◦ blue 152

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

Shades of Pixie Green #BADF98

Tints of Pixie Green #BADF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.09%

R = 33.16%
G = 39.75%
B = 27.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#BADF98 (or 0xBADF98) is known color: Pixie Green. HEX triplet: BA, DF and 98. RGB value is (186,223,152). Sum of RGB (Red+Green+Blue) = 186+223+152=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF98 is #452067. Grayscale: #CCCCCC. Windows color (decimal): -4530280 or 10018746. OLE color: 10018746.

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

Color convert

RGB 186 223 152 -
CMYK 0.17 0 0.32 0.13
HSL 91.27º 0.53% 0.74% -
HSV(B) 91.27º 0.32% 0.87% -
XYZ 52.3 65.48 39.59 -
YUV 203.84 98.74 115.27 -
System Red Green Blue C M Y K H S L
Decimal 186 223 152 0.17 0 0.32 0.13 91.27 0.53 0.74
Hex BA DF 98 11 0 20 D 5B 35 4A
Octal 272 337 230 21 0 40 15 133 65 112
Binary 10111010 11011111 10011000 10001 0 100000 1101 1011011 110101 1001010

Color Harmonies of #BADF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF98

Black with #BADF98

Text Example


Text Example

White with #BADF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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