Html Css Color HEX #BAD90A Inch Worm

📋 copy color: '#BAD90A'

red 186 ◦ green 217 ◦ blue 10

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

Shades of Inch Worm #BAD90A

Tints of Inch Worm #BAD90A

RGB

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

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

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

R = 45.04%
G = 52.54%
B = 2.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#BAD90A (or 0xBAD90A) is known color: Inch Worm. HEX triplet: BA, D9 and 0A. RGB value is (186,217,10). Sum of RGB (Red+Green+Blue) = 186+217+10=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 217 (85.16% from 255 or 52.54% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD90A is #4526F5. Grayscale: #B8B8B8. Windows color (decimal): -4531958 or 711098. OLE color: 711098.

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

Color convert

RGB 186 217 10 -
CMYK 0.14 0 0.95 0.15
HSL 68.99º 0.91% 0.45% -
HSV(B) 68.99º 0.95% 0.85% -
XYZ 45.12 60.09 9.51 -
YUV 184.13 29.73 129.33 -
System Red Green Blue C M Y K H S L
Decimal 186 217 10 0.14 0 0.95 0.15 68.99 0.91 0.45
Hex BA D9 A E 0 5F F 45 5B 2D
Octal 272 331 12 16 0 137 17 105 133 55
Binary 10111010 11011001 1010 1110 0 1011111 1111 1000101 1011011 101101

Color Harmonies of #BAD90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD90A

Black with #BAD90A

Text Example


Text Example

White with #BAD90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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