Html Css Color HEX #BAD805 Inch Worm

📋 copy color: '#BAD805'

red 186 ◦ green 216 ◦ blue 5

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

Shades of Inch Worm #BAD805

Tints of Inch Worm #BAD805

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.07%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 45.7%
G = 53.07%
B = 1.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#BAD805 (or 0xBAD805) is known color: Inch Worm. HEX triplet: BA, D8 and 05. RGB value is (186,216,5). Sum of RGB (Red+Green+Blue) = 186+216+5=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD805 is #4527FA. Grayscale: #B7B7B7. Windows color (decimal): -4532219 or 383162. OLE color: 383162.

HSL color Cylindrical-coordinate representation of color #BAD805: hue angle of 68.53º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAD805 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 216 5 -
CMYK 0.14 0 0.98 0.15
HSL 68.53º 0.95% 0.43% -
HSV(B) 68.53º 0.98% 0.85% -
XYZ 44.83 59.56 9.28 -
YUV 182.98 27.56 130.16 -
System Red Green Blue C M Y K H S L
Decimal 186 216 5 0.14 0 0.98 0.15 68.53 0.95 0.43
Hex BA D8 5 E 0 62 F 45 5F 2B
Octal 272 330 5 16 0 142 17 105 137 53
Binary 10111010 11011000 101 1110 0 1100010 1111 1000101 1011111 101011

Color Harmonies of #BAD805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD805

Black with #BAD805

Text Example


Text Example

White with #BAD805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD805; }

 p { color: rgb(186,216,5); }

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

background-color css

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

 a { background-color: rgb(186,216,5); }

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

border-color css

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

 span { border-color: rgb(186,216,5); }

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