Html Css Color HEX #BADC14 Inch Worm

📋 copy color: '#BADC14'

red 186 ◦ green 220 ◦ blue 20

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

Shades of Inch Worm #BADC14

Tints of Inch Worm #BADC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.64%

 BLUE value IS 20 (8.2% from 255) = 4.69%

R = 43.66%
G = 51.64%
B = 4.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#BADC14 (or 0xBADC14) is known color: Inch Worm. HEX triplet: BA, DC and 14. RGB value is (186,220,20). Sum of RGB (Red+Green+Blue) = 186+220+20=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC14 is #4523EB. Grayscale: #BBBBBB. Windows color (decimal): -4531180 or 1367226. OLE color: 1367226.

HSL color Cylindrical-coordinate representation of color #BADC14: hue angle of 70.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BADC14 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 20 -
CMYK 0.15 0 0.91 0.14
HSL 70.2º 0.83% 0.47% -
HSV(B) 70.2º 0.91% 0.86% -
XYZ 45.97 61.68 10.14 -
YUV 187.03 33.74 127.26 -
System Red Green Blue C M Y K H S L
Decimal 186 220 20 0.15 0 0.91 0.14 70.2 0.83 0.47
Hex BA DC 14 F 0 5B E 46 53 2F
Octal 272 334 24 17 0 133 16 106 123 57
Binary 10111010 11011100 10100 1111 0 1011011 1110 1000110 1010011 101111

Color Harmonies of #BADC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC14

Black with #BADC14

Text Example


Text Example

White with #BADC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC14; }

 p { color: rgb(186,220,20); }

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

background-color css

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

 a { background-color: rgb(186,220,20); }

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

border-color css

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

 span { border-color: rgb(186,220,20); }

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