Html Css Color HEX #BAEA19 Inch Worm

📋 copy color: '#BAEA19'

red 186 ◦ green 234 ◦ blue 25

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

Shades of Inch Worm #BAEA19

Tints of Inch Worm #BAEA19

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.58%

 BLUE value IS 25 (10.16% from 255) = 5.62%

R = 41.8%
G = 52.58%
B = 5.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#BAEA19 (or 0xBAEA19) is known color: Inch Worm. HEX triplet: BA, EA and 19. RGB value is (186,234,25). Sum of RGB (Red+Green+Blue) = 186+234+25=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEA19 is #4515E6. Grayscale: #C4C4C4. Windows color (decimal): -4527591 or 1698490. OLE color: 1698490.

HSL color Cylindrical-coordinate representation of color #BAEA19: hue angle of 73.78º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAEA19 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 25 -
CMYK 0.21 0 0.89 0.08
HSL 73.78º 0.83% 0.51% -
HSV(B) 73.78º 0.89% 0.92% -
XYZ 49.85 69.35 11.68 -
YUV 195.82 31.6 120.99 -
System Red Green Blue C M Y K H S L
Decimal 186 234 25 0.21 0 0.89 0.08 73.78 0.83 0.51
Hex BA EA 19 15 0 59 8 4A 53 33
Octal 272 352 31 25 0 131 10 112 123 63
Binary 10111010 11101010 11001 10101 0 1011001 1000 1001010 1010011 110011

Color Harmonies of #BAEA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA19

Black with #BAEA19

Text Example


Text Example

White with #BAEA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA19; }

 p { color: rgb(186,234,25); }

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

background-color css

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

 a { background-color: rgb(186,234,25); }

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

border-color css

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

 span { border-color: rgb(186,234,25); }

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