Html Css Color HEX #BADC0F Inch Worm

📋 copy color: '#BADC0F'

red 186 ◦ green 220 ◦ blue 15

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

Shades of Inch Worm #BADC0F

Tints of Inch Worm #BADC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 44.18%
G = 52.26%
B = 3.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#BADC0F (or 0xBADC0F) is known color: Inch Worm. HEX triplet: BA, DC and 0F. RGB value is (186,220,15). Sum of RGB (Red+Green+Blue) = 186+220+15=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC0F is #4523F0. Grayscale: #BBBBBB. Windows color (decimal): -4531185 or 1039546. OLE color: 1039546.

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

Color convert

RGB 186 220 15 -
CMYK 0.15 0 0.93 0.14
HSL 69.95º 0.87% 0.46% -
HSV(B) 69.95º 0.93% 0.86% -
XYZ 45.93 61.66 9.93 -
YUV 186.46 31.24 127.67 -
System Red Green Blue C M Y K H S L
Decimal 186 220 15 0.15 0 0.93 0.14 69.95 0.87 0.46
Hex BA DC F F 0 5D E 46 57 2E
Octal 272 334 17 17 0 135 16 106 127 56
Binary 10111010 11011100 1111 1111 0 1011101 1110 1000110 1010111 101110

Color Harmonies of #BADC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC0F

Black with #BADC0F

Text Example


Text Example

White with #BADC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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