Html Css Color HEX #BAE01C Inch Worm

📋 copy color: '#BAE01C'

red 186 ◦ green 224 ◦ blue 28

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

Shades of Inch Worm #BAE01C

Tints of Inch Worm #BAE01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.39%

R = 42.47%
G = 51.14%
B = 6.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#BAE01C (or 0xBAE01C) is known color: Inch Worm. HEX triplet: BA, E0 and 1C. RGB value is (186,224,28). Sum of RGB (Red+Green+Blue) = 186+224+28=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE01C is #451FE3. Grayscale: #BFBFBF. Windows color (decimal): -4530148 or 1892538. OLE color: 1892538.

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

Color convert

RGB 186 224 28 -
CMYK 0.17 0 0.88 0.12
HSL 71.63º 0.78% 0.49% -
HSV(B) 71.63º 0.88% 0.88% -
XYZ 47.11 63.83 10.94 -
YUV 190.29 36.41 124.94 -
System Red Green Blue C M Y K H S L
Decimal 186 224 28 0.17 0 0.88 0.12 71.63 0.78 0.49
Hex BA E0 1C 11 0 58 C 48 4E 31
Octal 272 340 34 21 0 130 14 110 116 61
Binary 10111010 11100000 11100 10001 0 1011000 1100 1001000 1001110 110001

Color Harmonies of #BAE01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE01C

Black with #BAE01C

Text Example


Text Example

White with #BAE01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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