Html Css Color HEX #BAEE1D Inch Worm

📋 copy color: '#BAEE1D'

red 186 ◦ green 238 ◦ blue 29

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

Shades of Inch Worm #BAEE1D

Tints of Inch Worm #BAEE1D

RGB

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

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

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

R = 41.06%
G = 52.54%
B = 6.4%

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

#BAEE1D (or 0xBAEE1D) is known color: Inch Worm. HEX triplet: BA, EE and 1D. RGB value is (186,238,29). Sum of RGB (Red+Green+Blue) = 186+238+29=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEE1D is #4511E2. Grayscale: #C7C7C7. Windows color (decimal): -4526563 or 1961658. OLE color: 1961658.

HSL color Cylindrical-coordinate representation of color #BAEE1D: hue angle of 74.93º 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 #BAEE1D is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 29 -
CMYK 0.22 0 0.88 0.07
HSL 74.93º 0.86% 0.52% -
HSV(B) 74.93º 0.88% 0.93% -
XYZ 51.05 71.68 12.31 -
YUV 198.63 32.27 118.99 -
System Red Green Blue C M Y K H S L
Decimal 186 238 29 0.22 0 0.88 0.07 74.93 0.86 0.52
Hex BA EE 1D 16 0 58 7 4B 56 34
Octal 272 356 35 26 0 130 7 113 126 64
Binary 10111010 11101110 11101 10110 0 1011000 111 1001011 1010110 110100

Color Harmonies of #BAEE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEE1D

Black with #BAEE1D

Text Example


Text Example

White with #BAEE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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