Html Css Color HEX #BAD901 Inch Worm

📋 copy color: '#BAD901'

red 186 ◦ green 217 ◦ blue 1

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

Shades of Inch Worm #BAD901

Tints of Inch Worm #BAD901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 46.04%
G = 53.71%
B = 0.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#BAD901 (or 0xBAD901) is known color: Inch Worm. HEX triplet: BA, D9 and 01. RGB value is (186,217,1). Sum of RGB (Red+Green+Blue) = 186+217+1=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD901 is #4526FE. Grayscale: #B7B7B7. Windows color (decimal): -4531967 or 121274. OLE color: 121274.

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

Color convert

RGB 186 217 1 -
CMYK 0.14 0 1.00 0.15
HSL 68.61º 0.99% 0.43% -
HSV(B) 68.61º 1% 0.85% -
XYZ 45.07 60.07 9.25 -
YUV 183.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 186 217 1 0.14 0 1.00 0.15 68.61 0.99 0.43
Hex BA D9 1 E 0 64 F 45 63 2B
Octal 272 331 1 16 0 144 17 105 143 53
Binary 10111010 11011001 1 1110 0 1100100 1111 1000101 1100011 101011

Color Harmonies of #BAD901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD901

Black with #BAD901

Text Example


Text Example

White with #BAD901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD901; }

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

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

background-color css

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

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

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

border-color css

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

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

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