Html Css Color HEX #BAD610 Inch Worm

📋 copy color: '#BAD610'

red 186 ◦ green 214 ◦ blue 16

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

Shades of Inch Worm #BAD610

Tints of Inch Worm #BAD610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.85%

R = 44.71%
G = 51.44%
B = 3.85%

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

#BAD610 (or 0xBAD610) is known color: Inch Worm. HEX triplet: BA, D6 and 10. RGB value is (186,214,16). Sum of RGB (Red+Green+Blue) = 186+214+16=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD610 is #4529EF. Grayscale: #B7B7B7. Windows color (decimal): -4532720 or 1103546. OLE color: 1103546.

HSL color Cylindrical-coordinate representation of color #BAD610: hue angle of 68.48º degrees, saturation: 0.86, 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 #BAD610 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 16 -
CMYK 0.13 0 0.93 0.16
HSL 68.48º 0.86% 0.45% -
HSV(B) 68.48º 0.93% 0.84% -
XYZ 44.39 58.57 9.46 -
YUV 183.06 33.72 130.1 -
System Red Green Blue C M Y K H S L
Decimal 186 214 16 0.13 0 0.93 0.16 68.48 0.86 0.45
Hex BA D6 10 D 0 5D 10 44 56 2D
Octal 272 326 20 15 0 135 20 104 126 55
Binary 10111010 11010110 10000 1101 0 1011101 10000 1000100 1010110 101101

Color Harmonies of #BAD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD610

Black with #BAD610

Text Example


Text Example

White with #BAD610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD610; }

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

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

background-color css

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

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

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

border-color css

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

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

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