Html Css Color HEX #BAEA25 Inch Worm

📋 copy color: '#BAEA25'

red 186 ◦ green 234 ◦ blue 37

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

Shades of Inch Worm #BAEA25

Tints of Inch Worm #BAEA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.1%

R = 40.7%
G = 51.2%
B = 8.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#BAEA25 (or 0xBAEA25) is known color: Inch Worm. HEX triplet: BA, EA and 25. RGB value is (186,234,37). Sum of RGB (Red+Green+Blue) = 186+234+37=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA25 is #4515DA. Grayscale: #C5C5C5. Windows color (decimal): -4527579 or 2484922. OLE color: 2484922.

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

Color convert

RGB 186 234 37 -
CMYK 0.21 0 0.84 0.08
HSL 74.62º 0.82% 0.53% -
HSV(B) 74.62º 0.84% 0.92% -
XYZ 50.01 69.42 12.51 -
YUV 197.19 37.6 120.02 -
System Red Green Blue C M Y K H S L
Decimal 186 234 37 0.21 0 0.84 0.08 74.62 0.82 0.53
Hex BA EA 25 15 0 54 8 4B 52 35
Octal 272 352 45 25 0 124 10 113 122 65
Binary 10111010 11101010 100101 10101 0 1010100 1000 1001011 1010010 110101

Color Harmonies of #BAEA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA25

Black with #BAEA25

Text Example


Text Example

White with #BAEA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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