Html Css Color HEX #BAE703 Inch Worm

📋 copy color: '#BAE703'

red 186 ◦ green 231 ◦ blue 3

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

Shades of Inch Worm #BAE703

Tints of Inch Worm #BAE703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 44.29%
G = 55%
B = 0.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#BAE703 (or 0xBAE703) is known color: Inch Worm. HEX triplet: BA, E7 and 03. RGB value is (186,231,3). Sum of RGB (Red+Green+Blue) = 186+231+3=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 231 (90.62% from 255 or 55% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE703 is #4518FC. Grayscale: #C0C0C0. Windows color (decimal): -4528381 or 255930. OLE color: 255930.

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

Color convert

RGB 186 231 3 -
CMYK 0.19 0 0.99 0.09
HSL 71.84º 0.97% 0.46% -
HSV(B) 71.84º 0.99% 0.91% -
XYZ 48.84 67.6 10.56 -
YUV 191.55 21.59 124.04 -
System Red Green Blue C M Y K H S L
Decimal 186 231 3 0.19 0 0.99 0.09 71.84 0.97 0.46
Hex BA E7 3 13 0 63 9 48 61 2E
Octal 272 347 3 23 0 143 11 110 141 56
Binary 10111010 11100111 11 10011 0 1100011 1001 1001000 1100001 101110

Color Harmonies of #BAE703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE703

Black with #BAE703

Text Example


Text Example

White with #BAE703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE703; }

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

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

background-color css

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

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

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

border-color css

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

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

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