Html Css Color HEX #BAE11D Inch Worm

📋 copy color: '#BAE11D'

red 186 ◦ green 225 ◦ blue 29

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

Shades of Inch Worm #BAE11D

Tints of Inch Worm #BAE11D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.14%

 BLUE value IS 29 (11.72% from 255) = 6.59%

R = 42.27%
G = 51.14%
B = 6.59%

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

#BAE11D (or 0xBAE11D) is known color: Inch Worm. HEX triplet: BA, E1 and 1D. RGB value is (186,225,29). Sum of RGB (Red+Green+Blue) = 186+225+29=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE11D is #451EE2. Grayscale: #BFBFBF. Windows color (decimal): -4529891 or 1958330. OLE color: 1958330.

HSL color Cylindrical-coordinate representation of color #BAE11D: hue angle of 71.94º degrees, saturation: 0.77, 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 #BAE11D is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 29 -
CMYK 0.17 0 0.87 0.12
HSL 71.94º 0.77% 0.5% -
HSV(B) 71.94º 0.87% 0.88% -
XYZ 47.4 64.38 11.09 -
YUV 191 36.58 124.44 -
System Red Green Blue C M Y K H S L
Decimal 186 225 29 0.17 0 0.87 0.12 71.94 0.77 0.5
Hex BA E1 1D 11 0 57 C 48 4D 32
Octal 272 341 35 21 0 127 14 110 115 62
Binary 10111010 11100001 11101 10001 0 1010111 1100 1001000 1001101 110010

Color Harmonies of #BAE11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE11D

Black with #BAE11D

Text Example


Text Example

White with #BAE11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE11D; }

 p { color: rgb(186,225,29); }

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

background-color css

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

 a { background-color: rgb(186,225,29); }

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

border-color css

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

 span { border-color: rgb(186,225,29); }

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