Html Css Color HEX #BAD70D Inch Worm

📋 copy color: '#BAD70D'

red 186 ◦ green 215 ◦ blue 13

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

Shades of Inch Worm #BAD70D

Tints of Inch Worm #BAD70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.14%

R = 44.93%
G = 51.93%
B = 3.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#BAD70D (or 0xBAD70D) is known color: Inch Worm. HEX triplet: BA, D7 and 0D. RGB value is (186,215,13). Sum of RGB (Red+Green+Blue) = 186+215+13=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD70D is #4528F2. Grayscale: #B8B8B8. Windows color (decimal): -4532467 or 907194. OLE color: 907194.

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

Color convert

RGB 186 215 13 -
CMYK 0.13 0 0.94 0.16
HSL 68.61º 0.89% 0.45% -
HSV(B) 68.61º 0.94% 0.84% -
XYZ 44.62 59.07 9.43 -
YUV 183.3 31.89 129.93 -
System Red Green Blue C M Y K H S L
Decimal 186 215 13 0.13 0 0.94 0.16 68.61 0.89 0.45
Hex BA D7 D D 0 5E 10 45 59 2D
Octal 272 327 15 15 0 136 20 105 131 55
Binary 10111010 11010111 1101 1101 0 1011110 10000 1000101 1011001 101101

Color Harmonies of #BAD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD70D

Black with #BAD70D

Text Example


Text Example

White with #BAD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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