Html Css Color HEX #BADC08 Inch Worm

📋 copy color: '#BADC08'

red 186 ◦ green 220 ◦ blue 8

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

Shades of Inch Worm #BADC08

Tints of Inch Worm #BADC08

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.14%

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

R = 44.93%
G = 53.14%
B = 1.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#BADC08 (or 0xBADC08) is known color: Inch Worm. HEX triplet: BA, DC and 08. RGB value is (186,220,8). Sum of RGB (Red+Green+Blue) = 186+220+8=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC08 is #4523F7. Grayscale: #BABABA. Windows color (decimal): -4531192 or 580794. OLE color: 580794.

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

Color convert

RGB 186 220 8 -
CMYK 0.15 0 0.96 0.14
HSL 69.62º 0.93% 0.45% -
HSV(B) 69.62º 0.96% 0.86% -
XYZ 45.89 61.64 9.71 -
YUV 185.67 27.74 128.24 -
System Red Green Blue C M Y K H S L
Decimal 186 220 8 0.15 0 0.96 0.14 69.62 0.93 0.45
Hex BA DC 8 F 0 60 E 46 5D 2D
Octal 272 334 10 17 0 140 16 106 135 55
Binary 10111010 11011100 1000 1111 0 1100000 1110 1000110 1011101 101101

Color Harmonies of #BADC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC08

Black with #BADC08

Text Example


Text Example

White with #BADC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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