Html Css Color HEX #BAD711 Inch Worm

📋 copy color: '#BAD711'

red 186 ◦ green 215 ◦ blue 17

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

Shades of Inch Worm #BAD711

Tints of Inch Worm #BAD711

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.44%

 BLUE value IS 17 (7.03% from 255) = 4.07%

R = 44.5%
G = 51.44%
B = 4.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#BAD711 (or 0xBAD711) is known color: Inch Worm. HEX triplet: BA, D7 and 11. RGB value is (186,215,17). Sum of RGB (Red+Green+Blue) = 186+215+17=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD711 is #4528EE. Grayscale: #B8B8B8. Windows color (decimal): -4532463 or 1169338. OLE color: 1169338.

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

Color convert

RGB 186 215 17 -
CMYK 0.13 0 0.92 0.16
HSL 68.79º 0.85% 0.45% -
HSV(B) 68.79º 0.92% 0.84% -
XYZ 44.65 59.08 9.58 -
YUV 183.76 33.89 129.6 -
System Red Green Blue C M Y K H S L
Decimal 186 215 17 0.13 0 0.92 0.16 68.79 0.85 0.45
Hex BA D7 11 D 0 5C 10 45 55 2D
Octal 272 327 21 15 0 134 20 105 125 55
Binary 10111010 11010111 10001 1101 0 1011100 10000 1000101 1010101 101101

Color Harmonies of #BAD711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD711

Black with #BAD711

Text Example


Text Example

White with #BAD711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD711; }

 p { color: rgb(186,215,17); }

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

background-color css

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

 a { background-color: rgb(186,215,17); }

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

border-color css

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

 span { border-color: rgb(186,215,17); }

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