Html Css Color HEX #BAD50A Inch Worm

📋 copy color: '#BAD50A'

red 186 ◦ green 213 ◦ blue 10

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

Shades of Inch Worm #BAD50A

Tints of Inch Worm #BAD50A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.08%

 BLUE value IS 10 (4.3% from 255) = 2.44%

R = 45.48%
G = 52.08%
B = 2.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#BAD50A (or 0xBAD50A) is known color: Inch Worm. HEX triplet: BA, D5 and 0A. RGB value is (186,213,10). Sum of RGB (Red+Green+Blue) = 186+213+10=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD50A is #452AF5. Grayscale: #B6B6B6. Windows color (decimal): -4532982 or 710074. OLE color: 710074.

HSL color Cylindrical-coordinate representation of color #BAD50A: hue angle of 67.98º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAD50A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 10 -
CMYK 0.13 0 0.95 0.16
HSL 67.98º 0.91% 0.44% -
HSV(B) 67.98º 0.95% 0.84% -
XYZ 44.1 58.05 9.17 -
YUV 181.79 31.05 131.01 -
System Red Green Blue C M Y K H S L
Decimal 186 213 10 0.13 0 0.95 0.16 67.98 0.91 0.44
Hex BA D5 A D 0 5F 10 44 5B 2C
Octal 272 325 12 15 0 137 20 104 133 54
Binary 10111010 11010101 1010 1101 0 1011111 10000 1000100 1011011 101100

Color Harmonies of #BAD50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD50A

Black with #BAD50A

Text Example


Text Example

White with #BAD50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD50A; }

 p { color: rgb(186,213,10); }

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

background-color css

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

 a { background-color: rgb(186,213,10); }

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

border-color css

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

 span { border-color: rgb(186,213,10); }

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