Html Css Color HEX #BADA04 Inch Worm

📋 copy color: '#BADA04'

red 186 ◦ green 218 ◦ blue 4

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

Shades of Inch Worm #BADA04

Tints of Inch Worm #BADA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 45.59%
G = 53.43%
B = 0.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#BADA04 (or 0xBADA04) is known color: Inch Worm. HEX triplet: BA, DA and 04. RGB value is (186,218,4). Sum of RGB (Red+Green+Blue) = 186+218+4=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA04 is #4525FB. Grayscale: #B8B8B8. Windows color (decimal): -4531708 or 318138. OLE color: 318138.

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

Color convert

RGB 186 218 4 -
CMYK 0.15 0 0.98 0.15
HSL 68.97º 0.96% 0.44% -
HSV(B) 68.97º 0.98% 0.85% -
XYZ 45.34 60.59 9.42 -
YUV 184.04 26.4 129.4 -
System Red Green Blue C M Y K H S L
Decimal 186 218 4 0.15 0 0.98 0.15 68.97 0.96 0.44
Hex BA DA 4 F 0 62 F 45 60 2C
Octal 272 332 4 17 0 142 17 105 140 54
Binary 10111010 11011010 100 1111 0 1100010 1111 1000101 1100000 101100

Color Harmonies of #BADA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA04

Black with #BADA04

Text Example


Text Example

White with #BADA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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