Html Css Color HEX #BAD90E Inch Worm

📋 copy color: '#BAD90E'

red 186 ◦ green 217 ◦ blue 14

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

Shades of Inch Worm #BAD90E

Tints of Inch Worm #BAD90E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.36%

R = 44.6%
G = 52.04%
B = 3.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BAD90E (or 0xBAD90E) is known color: Inch Worm. HEX triplet: BA, D9 and 0E. RGB value is (186,217,14). Sum of RGB (Red+Green+Blue) = 186+217+14=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD90E is #4526F1. Grayscale: #B9B9B9. Windows color (decimal): -4531954 or 973242. OLE color: 973242.

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

Color convert

RGB 186 217 14 -
CMYK 0.14 0 0.94 0.15
HSL 69.16º 0.88% 0.45% -
HSV(B) 69.16º 0.94% 0.85% -
XYZ 45.14 60.1 9.64 -
YUV 184.59 31.73 129.01 -
System Red Green Blue C M Y K H S L
Decimal 186 217 14 0.14 0 0.94 0.15 69.16 0.88 0.45
Hex BA D9 E E 0 5E F 45 58 2D
Octal 272 331 16 16 0 136 17 105 130 55
Binary 10111010 11011001 1110 1110 0 1011110 1111 1000101 1011000 101101

Color Harmonies of #BAD90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD90E

Black with #BAD90E

Text Example


Text Example

White with #BAD90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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