Html Css Color HEX #BAD60E Inch Worm

📋 copy color: '#BAD60E'

red 186 ◦ green 214 ◦ blue 14

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

Shades of Inch Worm #BAD60E

Tints of Inch Worm #BAD60E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.69%

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

R = 44.93%
G = 51.69%
B = 3.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#BAD60E (or 0xBAD60E) is known color: Inch Worm. HEX triplet: BA, D6 and 0E. RGB value is (186,214,14). Sum of RGB (Red+Green+Blue) = 186+214+14=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD60E is #4529F1. Grayscale: #B7B7B7. Windows color (decimal): -4532722 or 972474. OLE color: 972474.

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

Color convert

RGB 186 214 14 -
CMYK 0.13 0 0.93 0.16
HSL 68.4º 0.88% 0.45% -
HSV(B) 68.4º 0.93% 0.84% -
XYZ 44.38 58.56 9.38 -
YUV 182.83 32.72 130.26 -
System Red Green Blue C M Y K H S L
Decimal 186 214 14 0.13 0 0.93 0.16 68.4 0.88 0.45
Hex BA D6 E D 0 5D 10 44 58 2D
Octal 272 326 16 15 0 135 20 104 130 55
Binary 10111010 11010110 1110 1101 0 1011101 10000 1000100 1011000 101101

Color Harmonies of #BAD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD60E

Black with #BAD60E

Text Example


Text Example

White with #BAD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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