Html Css Color HEX #BADA06 Inch Worm

📋 copy color: '#BADA06'

red 186 ◦ green 218 ◦ blue 6

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

Shades of Inch Worm #BADA06

Tints of Inch Worm #BADA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 45.37%
G = 53.17%
B = 1.46%

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

#BADA06 (or 0xBADA06) is known color: Inch Worm. HEX triplet: BA, DA and 06. RGB value is (186,218,6). Sum of RGB (Red+Green+Blue) = 186+218+6=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA06 is #4525F9. Grayscale: #B9B9B9. Windows color (decimal): -4531706 or 449210. OLE color: 449210.

HSL color Cylindrical-coordinate representation of color #BADA06: hue angle of 69.06º degrees, saturation: 0.95, 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 #BADA06 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 6 -
CMYK 0.15 0 0.97 0.15
HSL 69.06º 0.95% 0.44% -
HSV(B) 69.06º 0.97% 0.85% -
XYZ 45.35 60.6 9.48 -
YUV 184.26 27.4 129.24 -
System Red Green Blue C M Y K H S L
Decimal 186 218 6 0.15 0 0.97 0.15 69.06 0.95 0.44
Hex BA DA 6 F 0 61 F 45 5F 2C
Octal 272 332 6 17 0 141 17 105 137 54
Binary 10111010 11011010 110 1111 0 1100001 1111 1000101 1011111 101100

Color Harmonies of #BADA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA06

Black with #BADA06

Text Example


Text Example

White with #BADA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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