Html Css Color HEX #BAE714 Inch Worm

📋 copy color: '#BAE714'

red 186 ◦ green 231 ◦ blue 20

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

Shades of Inch Worm #BAE714

Tints of Inch Worm #BAE714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.58%

R = 42.56%
G = 52.86%
B = 4.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#BAE714 (or 0xBAE714) is known color: Inch Worm. HEX triplet: BA, E7 and 14. RGB value is (186,231,20). Sum of RGB (Red+Green+Blue) = 186+231+20=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 231 (90.62% from 255 or 52.86% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE714 is #4518EB. Grayscale: #C2C2C2. Windows color (decimal): -4528364 or 1370042. OLE color: 1370042.

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

Color convert

RGB 186 231 20 -
CMYK 0.19 0 0.91 0.09
HSL 72.8º 0.84% 0.49% -
HSV(B) 72.8º 0.91% 0.91% -
XYZ 48.95 67.64 11.14 -
YUV 193.49 30.09 122.66 -
System Red Green Blue C M Y K H S L
Decimal 186 231 20 0.19 0 0.91 0.09 72.8 0.84 0.49
Hex BA E7 14 13 0 5B 9 49 54 31
Octal 272 347 24 23 0 133 11 111 124 61
Binary 10111010 11100111 10100 10011 0 1011011 1001 1001001 1010100 110001

Color Harmonies of #BAE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE714

Black with #BAE714

Text Example


Text Example

White with #BAE714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE714; }

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

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

background-color css

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

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

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

border-color css

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

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

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