Html Css Color HEX #BAD50D Inch Worm

📋 copy color: '#BAD50D'

red 186 ◦ green 213 ◦ blue 13

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

Shades of Inch Worm #BAD50D

Tints of Inch Worm #BAD50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.7%

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

R = 45.15%
G = 51.7%
B = 3.16%

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

#BAD50D (or 0xBAD50D) is known color: Inch Worm. HEX triplet: BA, D5 and 0D. RGB value is (186,213,13). Sum of RGB (Red+Green+Blue) = 186+213+13=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD50D is #452AF2. Grayscale: #B6B6B6. Windows color (decimal): -4532979 or 906682. OLE color: 906682.

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

Color convert

RGB 186 213 13 -
CMYK 0.13 0 0.94 0.16
HSL 68.1º 0.88% 0.44% -
HSV(B) 68.1º 0.94% 0.84% -
XYZ 44.12 58.06 9.26 -
YUV 182.13 32.55 130.76 -
System Red Green Blue C M Y K H S L
Decimal 186 213 13 0.13 0 0.94 0.16 68.1 0.88 0.44
Hex BA D5 D D 0 5E 10 44 58 2C
Octal 272 325 15 15 0 136 20 104 130 54
Binary 10111010 11010101 1101 1101 0 1011110 10000 1000100 1011000 101100

Color Harmonies of #BAD50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD50D

Black with #BAD50D

Text Example


Text Example

White with #BAD50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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