#BAD91B

Color #BAD91B Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BAD91B

Tints of Inch Worm #BAD91B

Color information

#BAD91B (or 0xBAD91B) is unknown color: approx Inch Worm. HEX triplet: BA, D9 and 1B. RGB value is (186,217,27). Sum of RGB (Red+Green+Blue) = 186+217+27=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD91B is #4526E4. Grayscale: #BABABA. Windows color (decimal): -4531941 or 1825210. OLE color: 1825210.

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

Color convert

RGB18621727-
CMYK0.1400.880.15
HSL69.79º77.87%47.84%-
HSV(B)69.79º87.56%85.1%-
XYZ45.2660.1410.26-
YUV186.0738.23127.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 217 (85.16% from 255) = 50.47%
BLUE value IS 27 (10.94% from 255) = 6.28%
R=43.26%
G=50.47%
B=6.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186217270.1400.880.1569.7977.8747.84
HexBAD91BE058F464e30
Octal272331331601301710611660
Binary101110101101100111011111001011000111110001101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD91B; }

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

 H1.HeaderClassName
 {
   color: #BAD91B;
 }
 .AnyTagClassName
 {
   color: #BAD91B;
 }
</style>
background-color css

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

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

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

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

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

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