Html Css Color HEX #BADE19 Inch Worm

📋 copy color: '#BADE19'

red 186 ◦ green 222 ◦ blue 25

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

Shades of Inch Worm #BADE19

Tints of Inch Worm #BADE19

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.27%

 BLUE value IS 25 (10.16% from 255) = 5.77%

R = 42.96%
G = 51.27%
B = 5.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#BADE19 (or 0xBADE19) is known color: Inch Worm. HEX triplet: BA, DE and 19. RGB value is (186,222,25). Sum of RGB (Red+Green+Blue) = 186+222+25=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADE19 is #4521E6. Grayscale: #BDBDBD. Windows color (decimal): -4530663 or 1695418. OLE color: 1695418.

HSL color Cylindrical-coordinate representation of color #BADE19: hue angle of 70.96º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BADE19 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 25 -
CMYK 0.16 0 0.89 0.13
HSL 70.96º 0.8% 0.48% -
HSV(B) 70.96º 0.89% 0.87% -
XYZ 46.55 62.75 10.58 -
YUV 188.78 35.57 126.02 -
System Red Green Blue C M Y K H S L
Decimal 186 222 25 0.16 0 0.89 0.13 70.96 0.8 0.48
Hex BA DE 19 10 0 59 D 47 50 30
Octal 272 336 31 20 0 131 15 107 120 60
Binary 10111010 11011110 11001 10000 0 1011001 1101 1000111 1010000 110000

Color Harmonies of #BADE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE19

Black with #BADE19

Text Example


Text Example

White with #BADE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE19; }

 p { color: rgb(186,222,25); }

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

background-color css

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

 a { background-color: rgb(186,222,25); }

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

border-color css

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

 span { border-color: rgb(186,222,25); }

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