Html Css Color HEX #BAD918 Inch Worm

📋 copy color: '#BAD918'

red 186 ◦ green 217 ◦ blue 24

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

Shades of Inch Worm #BAD918

Tints of Inch Worm #BAD918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.62%

R = 43.56%
G = 50.82%
B = 5.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#BAD918 (or 0xBAD918) is known color: Inch Worm. HEX triplet: BA, D9 and 18. RGB value is (186,217,24). Sum of RGB (Red+Green+Blue) = 186+217+24=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD918 is #4526E7. Grayscale: #BABABA. Windows color (decimal): -4531944 or 1628602. OLE color: 1628602.

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

Color convert

RGB 186 217 24 -
CMYK 0.14 0 0.89 0.15
HSL 69.64º 0.8% 0.47% -
HSV(B) 69.64º 0.89% 0.85% -
XYZ 45.23 60.13 10.09 -
YUV 185.73 36.73 128.19 -
System Red Green Blue C M Y K H S L
Decimal 186 217 24 0.14 0 0.89 0.15 69.64 0.8 0.47
Hex BA D9 18 E 0 59 F 46 50 2F
Octal 272 331 30 16 0 131 17 106 120 57
Binary 10111010 11011001 11000 1110 0 1011001 1111 1000110 1010000 101111

Color Harmonies of #BAD918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD918

Black with #BAD918

Text Example


Text Example

White with #BAD918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD918; }

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

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

background-color css

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

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

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

border-color css

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

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

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