Html Css Color HEX #BAE31E Inch Worm

📋 copy color: '#BAE31E'

red 186 ◦ green 227 ◦ blue 30

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

Shades of Inch Worm #BAE31E

Tints of Inch Worm #BAE31E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.24%

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

R = 41.99%
G = 51.24%
B = 6.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#BAE31E (or 0xBAE31E) is known color: Inch Worm. HEX triplet: BA, E3 and 1E. RGB value is (186,227,30). Sum of RGB (Red+Green+Blue) = 186+227+30=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE31E is #451CE1. Grayscale: #C1C1C1. Windows color (decimal): -4529378 or 2024378. OLE color: 2024378.

HSL color Cylindrical-coordinate representation of color #BAE31E: hue angle of 72.49º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAE31E is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 30 -
CMYK 0.18 0 0.87 0.11
HSL 72.49º 0.78% 0.5% -
HSV(B) 72.49º 0.87% 0.89% -
XYZ 47.95 65.47 11.34 -
YUV 192.28 36.42 123.52 -
System Red Green Blue C M Y K H S L
Decimal 186 227 30 0.18 0 0.87 0.11 72.49 0.78 0.5
Hex BA E3 1E 12 0 57 B 48 4E 32
Octal 272 343 36 22 0 127 13 110 116 62
Binary 10111010 11100011 11110 10010 0 1010111 1011 1001000 1001110 110010

Color Harmonies of #BAE31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE31E

Black with #BAE31E

Text Example


Text Example

White with #BAE31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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