Html Css Color HEX #BAEE1C Inch Worm

📋 copy color: '#BAEE1C'

red 186 ◦ green 238 ◦ blue 28

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

Shades of Inch Worm #BAEE1C

Tints of Inch Worm #BAEE1C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.65%

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

R = 41.15%
G = 52.65%
B = 6.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#BAEE1C (or 0xBAEE1C) is known color: Inch Worm. HEX triplet: BA, EE and 1C. RGB value is (186,238,28). Sum of RGB (Red+Green+Blue) = 186+238+28=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 238 (93.36% from 255 or 52.65% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEE1C is #4511E3. Grayscale: #C7C7C7. Windows color (decimal): -4526564 or 1896122. OLE color: 1896122.

HSL color Cylindrical-coordinate representation of color #BAEE1C: hue angle of 74.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAEE1C is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 28 -
CMYK 0.22 0 0.88 0.07
HSL 74.86º 0.86% 0.52% -
HSV(B) 74.86º 0.88% 0.93% -
XYZ 51.03 71.67 12.24 -
YUV 198.51 31.77 119.08 -
System Red Green Blue C M Y K H S L
Decimal 186 238 28 0.22 0 0.88 0.07 74.86 0.86 0.52
Hex BA EE 1C 16 0 58 7 4B 56 34
Octal 272 356 34 26 0 130 7 113 126 64
Binary 10111010 11101110 11100 10110 0 1011000 111 1001011 1010110 110100

Color Harmonies of #BAEE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEE1C

Black with #BAEE1C

Text Example


Text Example

White with #BAEE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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