Html Css Color HEX #BAD710 Inch Worm

📋 copy color: '#BAD710'

red 186 ◦ green 215 ◦ blue 16

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

Shades of Inch Worm #BAD710

Tints of Inch Worm #BAD710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.56%

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

R = 44.6%
G = 51.56%
B = 3.84%

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

#BAD710 (or 0xBAD710) is known color: Inch Worm. HEX triplet: BA, D7 and 10. RGB value is (186,215,16). Sum of RGB (Red+Green+Blue) = 186+215+16=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD710 is #4528EF. Grayscale: #B8B8B8. Windows color (decimal): -4532464 or 1103802. OLE color: 1103802.

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

Color convert

RGB 186 215 16 -
CMYK 0.13 0 0.93 0.16
HSL 68.74º 0.86% 0.45% -
HSV(B) 68.74º 0.93% 0.84% -
XYZ 44.64 59.08 9.54 -
YUV 183.64 33.39 129.68 -
System Red Green Blue C M Y K H S L
Decimal 186 215 16 0.13 0 0.93 0.16 68.74 0.86 0.45
Hex BA D7 10 D 0 5D 10 45 56 2D
Octal 272 327 20 15 0 135 20 105 126 55
Binary 10111010 11010111 10000 1101 0 1011101 10000 1000101 1010110 101101

Color Harmonies of #BAD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD710

Black with #BAD710

Text Example


Text Example

White with #BAD710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD710; }

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

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

background-color css

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

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

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

border-color css

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

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

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