Html Css Color HEX #BAE01E Inch Worm

📋 copy color: '#BAE01E'

red 186 ◦ green 224 ◦ blue 30

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

Shades of Inch Worm #BAE01E

Tints of Inch Worm #BAE01E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.91%

 BLUE value IS 30 (12.11% from 255) = 6.82%

R = 42.27%
G = 50.91%
B = 6.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#BAE01E (or 0xBAE01E) is known color: Inch Worm. HEX triplet: BA, E0 and 1E. RGB value is (186,224,30). Sum of RGB (Red+Green+Blue) = 186+224+30=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE01E is #451FE1. Grayscale: #BFBFBF. Windows color (decimal): -4530146 or 2023610. OLE color: 2023610.

HSL color Cylindrical-coordinate representation of color #BAE01E: hue angle of 71.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAE01E is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 30 -
CMYK 0.17 0 0.87 0.12
HSL 71.75º 0.76% 0.5% -
HSV(B) 71.75º 0.87% 0.88% -
XYZ 47.14 63.84 11.07 -
YUV 190.52 37.41 124.77 -
System Red Green Blue C M Y K H S L
Decimal 186 224 30 0.17 0 0.87 0.12 71.75 0.76 0.5
Hex BA E0 1E 11 0 57 C 48 4C 32
Octal 272 340 36 21 0 127 14 110 114 62
Binary 10111010 11100000 11110 10001 0 1010111 1100 1001000 1001100 110010

Color Harmonies of #BAE01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE01E

Black with #BAE01E

Text Example


Text Example

White with #BAE01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE01E; }

 p { color: rgb(186,224,30); }

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

background-color css

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

 a { background-color: rgb(186,224,30); }

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

border-color css

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

 span { border-color: rgb(186,224,30); }

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