Html Css Color HEX #BADF19 Inch Worm

📋 copy color: '#BADF19'

red 186 ◦ green 223 ◦ blue 25

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

Shades of Inch Worm #BADF19

Tints of Inch Worm #BADF19

RGB

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

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

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

R = 42.86%
G = 51.38%
B = 5.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#BADF19 (or 0xBADF19) is known color: Inch Worm. HEX triplet: BA, DF and 19. RGB value is (186,223,25). Sum of RGB (Red+Green+Blue) = 186+223+25=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADF19 is #4520E6. Grayscale: #BEBEBE. Windows color (decimal): -4530407 or 1695674. OLE color: 1695674.

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

Color convert

RGB 186 223 25 -
CMYK 0.17 0 0.89 0.13
HSL 71.21º 0.8% 0.49% -
HSV(B) 71.21º 0.89% 0.87% -
XYZ 46.81 63.28 10.67 -
YUV 189.37 35.24 125.6 -
System Red Green Blue C M Y K H S L
Decimal 186 223 25 0.17 0 0.89 0.13 71.21 0.8 0.49
Hex BA DF 19 11 0 59 D 47 50 31
Octal 272 337 31 21 0 131 15 107 120 61
Binary 10111010 11011111 11001 10001 0 1011001 1101 1000111 1010000 110001

Color Harmonies of #BADF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF19

Black with #BADF19

Text Example


Text Example

White with #BADF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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