Html Css Color HEX #BADE08 Inch Worm

📋 copy color: '#BADE08'

red 186 ◦ green 222 ◦ blue 8

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

Shades of Inch Worm #BADE08

Tints of Inch Worm #BADE08

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.37%

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

R = 44.71%
G = 53.37%
B = 1.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#BADE08 (or 0xBADE08) is known color: Inch Worm. HEX triplet: BA, DE and 08. RGB value is (186,222,8). Sum of RGB (Red+Green+Blue) = 186+222+8=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADE08 is #4521F7. Grayscale: #BBBBBB. Windows color (decimal): -4530680 or 581306. OLE color: 581306.

HSL color Cylindrical-coordinate representation of color #BADE08: hue angle of 70.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BADE08 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 8 -
CMYK 0.16 0 0.96 0.13
HSL 70.09º 0.93% 0.45% -
HSV(B) 70.09º 0.96% 0.87% -
XYZ 46.41 62.7 9.89 -
YUV 186.84 27.07 127.4 -
System Red Green Blue C M Y K H S L
Decimal 186 222 8 0.16 0 0.96 0.13 70.09 0.93 0.45
Hex BA DE 8 10 0 60 D 46 5D 2D
Octal 272 336 10 20 0 140 15 106 135 55
Binary 10111010 11011110 1000 10000 0 1100000 1101 1000110 1011101 101101

Color Harmonies of #BADE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE08

Black with #BADE08

Text Example


Text Example

White with #BADE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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