Html Css Color HEX #BADA08 Inch Worm

📋 copy color: '#BADA08'

red 186 ◦ green 218 ◦ blue 8

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

Shades of Inch Worm #BADA08

Tints of Inch Worm #BADA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 45.15%
G = 52.91%
B = 1.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#BADA08 (or 0xBADA08) is known color: Inch Worm. HEX triplet: BA, DA and 08. RGB value is (186,218,8). Sum of RGB (Red+Green+Blue) = 186+218+8=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA08 is #4525F7. Grayscale: #B9B9B9. Windows color (decimal): -4531704 or 580282. OLE color: 580282.

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

Color convert

RGB 186 218 8 -
CMYK 0.15 0 0.96 0.15
HSL 69.14º 0.93% 0.44% -
HSV(B) 69.14º 0.96% 0.85% -
XYZ 45.36 60.6 9.54 -
YUV 184.49 28.4 129.08 -
System Red Green Blue C M Y K H S L
Decimal 186 218 8 0.15 0 0.96 0.15 69.14 0.93 0.44
Hex BA DA 8 F 0 60 F 45 5D 2C
Octal 272 332 10 17 0 140 17 105 135 54
Binary 10111010 11011010 1000 1111 0 1100000 1111 1000101 1011101 101100

Color Harmonies of #BADA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA08

Black with #BADA08

Text Example


Text Example

White with #BADA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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