Html Css Color HEX #BADC0A Inch Worm

📋 copy color: '#BADC0A'

red 186 ◦ green 220 ◦ blue 10

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

Shades of Inch Worm #BADC0A

Tints of Inch Worm #BADC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 44.71%
G = 52.88%
B = 2.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#BADC0A (or 0xBADC0A) is known color: Inch Worm. HEX triplet: BA, DC and 0A. RGB value is (186,220,10). Sum of RGB (Red+Green+Blue) = 186+220+10=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC0A is #4523F5. Grayscale: #BABABA. Windows color (decimal): -4531190 or 711866. OLE color: 711866.

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

Color convert

RGB 186 220 10 -
CMYK 0.15 0 0.95 0.14
HSL 69.71º 0.91% 0.45% -
HSV(B) 69.71º 0.95% 0.86% -
XYZ 45.9 61.65 9.77 -
YUV 185.89 28.74 128.08 -
System Red Green Blue C M Y K H S L
Decimal 186 220 10 0.15 0 0.95 0.14 69.71 0.91 0.45
Hex BA DC A F 0 5F E 46 5B 2D
Octal 272 334 12 17 0 137 16 106 133 55
Binary 10111010 11011100 1010 1111 0 1011111 1110 1000110 1011011 101101

Color Harmonies of #BADC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC0A

Black with #BADC0A

Text Example


Text Example

White with #BADC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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