Html Css Color HEX #BAE701 Inch Worm

📋 copy color: '#BAE701'

red 186 ◦ green 231 ◦ blue 1

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

Shades of Inch Worm #BAE701

Tints of Inch Worm #BAE701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 44.5%
G = 55.26%
B = 0.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#BAE701 (or 0xBAE701) is known color: Inch Worm. HEX triplet: BA, E7 and 01. RGB value is (186,231,1). Sum of RGB (Red+Green+Blue) = 186+231+1=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 231 (90.62% from 255 or 55.26% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE701 is #4518FE. Grayscale: #C0C0C0. Windows color (decimal): -4528383 or 124858. OLE color: 124858.

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

Color convert

RGB 186 231 1 -
CMYK 0.19 0 1.00 0.09
HSL 71.74º 0.99% 0.45% -
HSV(B) 71.74º 1% 0.91% -
XYZ 48.83 67.59 10.5 -
YUV 191.33 20.59 124.2 -
System Red Green Blue C M Y K H S L
Decimal 186 231 1 0.19 0 1.00 0.09 71.74 0.99 0.45
Hex BA E7 1 13 0 64 9 48 63 2D
Octal 272 347 1 23 0 144 11 110 143 55
Binary 10111010 11100111 1 10011 0 1100100 1001 1001000 1100011 101101

Color Harmonies of #BAE701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE701

Black with #BAE701

Text Example


Text Example

White with #BAE701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE701; }

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

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

background-color css

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

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

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

border-color css

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

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

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