Html Css Color HEX #BAD900 Inch Worm

📋 copy color: '#BAD900'

red 186 ◦ green 217 ◦ blue 0

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

Shades of Inch Worm #BAD900

Tints of Inch Worm #BAD900

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.15%
G = 53.85%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#BAD900 (or 0xBAD900) is known color: Inch Worm. HEX triplet: BA, D9 and 00. RGB value is (186,217,0). Sum of RGB (Red+Green+Blue) = 186+217+0=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD900 is #4526FF. Grayscale: #B7B7B7. Windows color (decimal): -4531968 or 55738. OLE color: 55738.

HSL color Cylindrical-coordinate representation of color #BAD900: hue angle of 68.57º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAD900 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 0 -
CMYK 0.14 0 1 0.15
HSL 68.57º 1% 0.43% -
HSV(B) 68.57º 1% 0.85% -
XYZ 45.06 60.06 9.22 -
YUV 182.99 24.73 130.14 -
System Red Green Blue C M Y K H S L
Decimal 186 217 0 0.14 0 1 0.15 68.57 1 0.43
Hex BA D9 0 E 0 64 F 45 64 2B
Octal 272 331 0 16 0 144 17 105 144 53
Binary 10111010 11011001 0 1110 0 1100100 1111 1000101 1100100 101011

Color Harmonies of #BAD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD900

Black with #BAD900

Text Example


Text Example

White with #BAD900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD900; }

 p { color: rgb(186,217,0); }

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

background-color css

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

 a { background-color: rgb(186,217,0); }

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

border-color css

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

 span { border-color: rgb(186,217,0); }

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