Html Css Color HEX #BAE719 Inch Worm

📋 copy color: '#BAE719'

red 186 ◦ green 231 ◦ blue 25

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

Shades of Inch Worm #BAE719

Tints of Inch Worm #BAE719

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.26%

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

R = 42.08%
G = 52.26%
B = 5.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#BAE719 (or 0xBAE719) is known color: Inch Worm. HEX triplet: BA, E7 and 19. RGB value is (186,231,25). Sum of RGB (Red+Green+Blue) = 186+231+25=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE719 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE719 is #4518E6. Grayscale: #C2C2C2. Windows color (decimal): -4528359 or 1697722. OLE color: 1697722.

HSL color Cylindrical-coordinate representation of color #BAE719: hue angle of 73.11º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAE719 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 25 -
CMYK 0.19 0 0.89 0.09
HSL 73.11º 0.81% 0.5% -
HSV(B) 73.11º 0.89% 0.91% -
XYZ 49 67.66 11.4 -
YUV 194.06 32.59 122.25 -
System Red Green Blue C M Y K H S L
Decimal 186 231 25 0.19 0 0.89 0.09 73.11 0.81 0.5
Hex BA E7 19 13 0 59 9 49 51 32
Octal 272 347 31 23 0 131 11 111 121 62
Binary 10111010 11100111 11001 10011 0 1011001 1001 1001001 1010001 110010

Color Harmonies of #BAE719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE719

Black with #BAE719

Text Example


Text Example

White with #BAE719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE719; }

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

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

background-color css

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

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

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

border-color css

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

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

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