Html Css Color HEX #BAE90F Inch Worm

📋 copy color: '#BAE90F'

red 186 ◦ green 233 ◦ blue 15

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

Shades of Inch Worm #BAE90F

Tints of Inch Worm #BAE90F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.69%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 42.86%
G = 53.69%
B = 3.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#BAE90F (or 0xBAE90F) is known color: Inch Worm. HEX triplet: BA, E9 and 0F. RGB value is (186,233,15). Sum of RGB (Red+Green+Blue) = 186+233+15=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 233 (91.41% from 255 or 53.69% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE90F is #4516F0. Grayscale: #C2C2C2. Windows color (decimal): -4527857 or 1042874. OLE color: 1042874.

HSL color Cylindrical-coordinate representation of color #BAE90F: hue angle of 72.94º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAE90F is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 15 -
CMYK 0.20 0 0.94 0.09
HSL 72.94º 0.88% 0.49% -
HSV(B) 72.94º 0.94% 0.91% -
XYZ 49.47 68.75 11.11 -
YUV 194.1 26.93 122.23 -
System Red Green Blue C M Y K H S L
Decimal 186 233 15 0.20 0 0.94 0.09 72.94 0.88 0.49
Hex BA E9 F 14 0 5E 9 49 58 31
Octal 272 351 17 24 0 136 11 111 130 61
Binary 10111010 11101001 1111 10100 0 1011110 1001 1001001 1011000 110001

Color Harmonies of #BAE90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE90F

Black with #BAE90F

Text Example


Text Example

White with #BAE90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE90F; }

 p { color: rgb(186,233,15); }

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

background-color css

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

 a { background-color: rgb(186,233,15); }

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

border-color css

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

 span { border-color: rgb(186,233,15); }

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