Html Css Color HEX #BAE60F Inch Worm

📋 copy color: '#BAE60F'

red 186 ◦ green 230 ◦ blue 15

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

Shades of Inch Worm #BAE60F

Tints of Inch Worm #BAE60F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.36%

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

R = 43.16%
G = 53.36%
B = 3.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#BAE60F (or 0xBAE60F) is known color: Inch Worm. HEX triplet: BA, E6 and 0F. RGB value is (186,230,15). Sum of RGB (Red+Green+Blue) = 186+230+15=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE60F is #4519F0. Grayscale: #C1C1C1. Windows color (decimal): -4528625 or 1042106. OLE color: 1042106.

HSL color Cylindrical-coordinate representation of color #BAE60F: hue angle of 72.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE60F is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 15 -
CMYK 0.19 0 0.93 0.10
HSL 72.28º 0.88% 0.48% -
HSV(B) 72.28º 0.93% 0.9% -
XYZ 48.63 67.07 10.83 -
YUV 192.33 27.92 123.48 -
System Red Green Blue C M Y K H S L
Decimal 186 230 15 0.19 0 0.93 0.10 72.28 0.88 0.48
Hex BA E6 F 13 0 5D A 48 58 30
Octal 272 346 17 23 0 135 12 110 130 60
Binary 10111010 11100110 1111 10011 0 1011101 1010 1001000 1011000 110000

Color Harmonies of #BAE60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE60F

Black with #BAE60F

Text Example


Text Example

White with #BAE60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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