Html Css Color HEX #BAE525 Inch Worm

📋 copy color: '#BAE525'

red 186 ◦ green 229 ◦ blue 37

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

Shades of Inch Worm #BAE525

Tints of Inch Worm #BAE525

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.66%

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

R = 41.15%
G = 50.66%
B = 8.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#BAE525 (or 0xBAE525) is known color: Inch Worm. HEX triplet: BA, E5 and 25. RGB value is (186,229,37). Sum of RGB (Red+Green+Blue) = 186+229+37=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE525 is #451ADA. Grayscale: #C2C2C2. Windows color (decimal): -4528859 or 2483642. OLE color: 2483642.

HSL color Cylindrical-coordinate representation of color #BAE525: hue angle of 73.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAE525 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 37 -
CMYK 0.19 0 0.84 0.10
HSL 73.44º 0.79% 0.52% -
HSV(B) 73.44º 0.84% 0.9% -
XYZ 48.6 66.61 12.05 -
YUV 194.26 39.25 122.11 -
System Red Green Blue C M Y K H S L
Decimal 186 229 37 0.19 0 0.84 0.10 73.44 0.79 0.52
Hex BA E5 25 13 0 54 A 49 4F 34
Octal 272 345 45 23 0 124 12 111 117 64
Binary 10111010 11100101 100101 10011 0 1010100 1010 1001001 1001111 110100

Color Harmonies of #BAE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE525

Black with #BAE525

Text Example


Text Example

White with #BAE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE525; }

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

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

background-color css

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

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

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

border-color css

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

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

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