Html Css Color HEX #BADE1A Inch Worm

📋 copy color: '#BADE1A'

red 186 ◦ green 222 ◦ blue 26

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

Shades of Inch Worm #BADE1A

Tints of Inch Worm #BADE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.99%

R = 42.86%
G = 51.15%
B = 5.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#BADE1A (or 0xBADE1A) is known color: Inch Worm. HEX triplet: BA, DE and 1A. RGB value is (186,222,26). Sum of RGB (Red+Green+Blue) = 186+222+26=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE1A is #4521E5. Grayscale: #BDBDBD. Windows color (decimal): -4530662 or 1760954. OLE color: 1760954.

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

Color convert

RGB 186 222 26 -
CMYK 0.16 0 0.88 0.13
HSL 71.02º 0.79% 0.49% -
HSV(B) 71.02º 0.88% 0.87% -
XYZ 46.56 62.76 10.64 -
YUV 188.89 36.07 125.94 -
System Red Green Blue C M Y K H S L
Decimal 186 222 26 0.16 0 0.88 0.13 71.02 0.79 0.49
Hex BA DE 1A 10 0 58 D 47 4F 31
Octal 272 336 32 20 0 130 15 107 117 61
Binary 10111010 11011110 11010 10000 0 1011000 1101 1000111 1001111 110001

Color Harmonies of #BADE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE1A

Black with #BADE1A

Text Example


Text Example

White with #BADE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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