Html Css Color HEX #BADA0F Inch Worm

📋 copy color: '#BADA0F'

red 186 ◦ green 218 ◦ blue 15

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

Shades of Inch Worm #BADA0F

Tints of Inch Worm #BADA0F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.03%

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

R = 44.39%
G = 52.03%
B = 3.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#BADA0F (or 0xBADA0F) is known color: Inch Worm. HEX triplet: BA, DA and 0F. RGB value is (186,218,15). Sum of RGB (Red+Green+Blue) = 186+218+15=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA0F is #4525F0. Grayscale: #BABABA. Windows color (decimal): -4531697 or 1039034. OLE color: 1039034.

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

Color convert

RGB 186 218 15 -
CMYK 0.15 0 0.93 0.15
HSL 69.46º 0.87% 0.46% -
HSV(B) 69.46º 0.93% 0.85% -
XYZ 45.41 60.62 9.76 -
YUV 185.29 31.9 128.51 -
System Red Green Blue C M Y K H S L
Decimal 186 218 15 0.15 0 0.93 0.15 69.46 0.87 0.46
Hex BA DA F F 0 5D F 45 57 2E
Octal 272 332 17 17 0 135 17 105 127 56
Binary 10111010 11011010 1111 1111 0 1011101 1111 1000101 1010111 101110

Color Harmonies of #BADA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA0F

Black with #BADA0F

Text Example


Text Example

White with #BADA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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