Html Css Color HEX #BAE107 Inch Worm

📋 copy color: '#BAE107'

red 186 ◦ green 225 ◦ blue 7

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

Shades of Inch Worm #BAE107

Tints of Inch Worm #BAE107

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.83%

 BLUE value IS 7 (3.13% from 255) = 1.67%

R = 44.5%
G = 53.83%
B = 1.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#BAE107 (or 0xBAE107) is known color: Inch Worm. HEX triplet: BA, E1 and 07. RGB value is (186,225,7). Sum of RGB (Red+Green+Blue) = 186+225+7=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE107 is #451EF8. Grayscale: #BDBDBD. Windows color (decimal): -4529913 or 516538. OLE color: 516538.

HSL color Cylindrical-coordinate representation of color #BAE107: hue angle of 70.73º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAE107 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 7 -
CMYK 0.17 0 0.97 0.12
HSL 70.73º 0.94% 0.45% -
HSV(B) 70.73º 0.97% 0.88% -
XYZ 47.21 64.3 10.12 -
YUV 188.49 25.58 126.23 -
System Red Green Blue C M Y K H S L
Decimal 186 225 7 0.17 0 0.97 0.12 70.73 0.94 0.45
Hex BA E1 7 11 0 61 C 47 5E 2D
Octal 272 341 7 21 0 141 14 107 136 55
Binary 10111010 11100001 111 10001 0 1100001 1100 1000111 1011110 101101

Color Harmonies of #BAE107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE107

Black with #BAE107

Text Example


Text Example

White with #BAE107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE107; }

 p { color: rgb(186,225,7); }

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

background-color css

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

 a { background-color: rgb(186,225,7); }

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

border-color css

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

 span { border-color: rgb(186,225,7); }

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