Html Css Color HEX #BADA0D Inch Worm

📋 copy color: '#BADA0D'

red 186 ◦ green 218 ◦ blue 13

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

Shades of Inch Worm #BADA0D

Tints of Inch Worm #BADA0D

RGB

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

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

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

R = 44.6%
G = 52.28%
B = 3.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BADA0D (or 0xBADA0D) is known color: Inch Worm. HEX triplet: BA, DA and 0D. RGB value is (186,218,13). Sum of RGB (Red+Green+Blue) = 186+218+13=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA0D is #4525F2. Grayscale: #B9B9B9. Windows color (decimal): -4531699 or 907962. OLE color: 907962.

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

Color convert

RGB 186 218 13 -
CMYK 0.15 0 0.94 0.15
HSL 69.37º 0.89% 0.45% -
HSV(B) 69.37º 0.94% 0.85% -
XYZ 45.39 60.61 9.69 -
YUV 185.06 30.9 128.67 -
System Red Green Blue C M Y K H S L
Decimal 186 218 13 0.15 0 0.94 0.15 69.37 0.89 0.45
Hex BA DA D F 0 5E F 45 59 2D
Octal 272 332 15 17 0 136 17 105 131 55
Binary 10111010 11011010 1101 1111 0 1011110 1111 1000101 1011001 101101

Color Harmonies of #BADA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA0D

Black with #BADA0D

Text Example


Text Example

White with #BADA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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