Html Css Color HEX #BADA07 Inch Worm

📋 copy color: '#BADA07'

red 186 ◦ green 218 ◦ blue 7

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

Shades of Inch Worm #BADA07

Tints of Inch Worm #BADA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 45.26%
G = 53.04%
B = 1.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#BADA07 (or 0xBADA07) is known color: Inch Worm. HEX triplet: BA, DA and 07. RGB value is (186,218,7). Sum of RGB (Red+Green+Blue) = 186+218+7=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA07 is #4525F8. Grayscale: #B9B9B9. Windows color (decimal): -4531705 or 514746. OLE color: 514746.

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

Color convert

RGB 186 218 7 -
CMYK 0.15 0 0.97 0.15
HSL 69.1º 0.94% 0.44% -
HSV(B) 69.1º 0.97% 0.85% -
XYZ 45.36 60.6 9.51 -
YUV 184.38 27.9 129.16 -
System Red Green Blue C M Y K H S L
Decimal 186 218 7 0.15 0 0.97 0.15 69.1 0.94 0.44
Hex BA DA 7 F 0 61 F 45 5E 2C
Octal 272 332 7 17 0 141 17 105 136 54
Binary 10111010 11011010 111 1111 0 1100001 1111 1000101 1011110 101100

Color Harmonies of #BADA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA07

Black with #BADA07

Text Example


Text Example

White with #BADA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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