Html Css Color HEX #BAD908 Inch Worm

📋 copy color: '#BAD908'

red 186 ◦ green 217 ◦ blue 8

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

Shades of Inch Worm #BAD908

Tints of Inch Worm #BAD908

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.8%

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

R = 45.26%
G = 52.8%
B = 1.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#BAD908 (or 0xBAD908) is known color: Inch Worm. HEX triplet: BA, D9 and 08. RGB value is (186,217,8). Sum of RGB (Red+Green+Blue) = 186+217+8=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD908 is #4526F7. Grayscale: #B8B8B8. Windows color (decimal): -4531960 or 580026. OLE color: 580026.

HSL color Cylindrical-coordinate representation of color #BAD908: hue angle of 68.9º 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 #BAD908 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 8 -
CMYK 0.14 0 0.96 0.15
HSL 68.9º 0.93% 0.44% -
HSV(B) 68.9º 0.96% 0.85% -
XYZ 45.11 60.08 9.45 -
YUV 183.91 28.73 129.49 -
System Red Green Blue C M Y K H S L
Decimal 186 217 8 0.14 0 0.96 0.15 68.9 0.93 0.44
Hex BA D9 8 E 0 60 F 45 5D 2C
Octal 272 331 10 16 0 140 17 105 135 54
Binary 10111010 11011001 1000 1110 0 1100000 1111 1000101 1011101 101100

Color Harmonies of #BAD908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD908

Black with #BAD908

Text Example


Text Example

White with #BAD908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD908; }

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

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

background-color css

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

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

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

border-color css

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

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

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