Html Css Color HEX #BAE807 Inch Worm

📋 copy color: '#BAE807'

red 186 ◦ green 232 ◦ blue 7

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

Shades of Inch Worm #BAE807

Tints of Inch Worm #BAE807

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.59%

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

R = 43.76%
G = 54.59%
B = 1.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#BAE807 (or 0xBAE807) is known color: Inch Worm. HEX triplet: BA, E8 and 07. RGB value is (186,232,7). Sum of RGB (Red+Green+Blue) = 186+232+7=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 232 (91.02% from 255 or 54.59% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE807 is #4517F8. Grayscale: #C1C1C1. Windows color (decimal): -4528121 or 518330. OLE color: 518330.

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

Color convert

RGB 186 232 7 -
CMYK 0.20 0 0.97 0.09
HSL 72.27º 0.94% 0.47% -
HSV(B) 72.27º 0.97% 0.91% -
XYZ 49.14 68.17 10.77 -
YUV 192.6 23.26 123.3 -
System Red Green Blue C M Y K H S L
Decimal 186 232 7 0.20 0 0.97 0.09 72.27 0.94 0.47
Hex BA E8 7 14 0 61 9 48 5E 2F
Octal 272 350 7 24 0 141 11 110 136 57
Binary 10111010 11101000 111 10100 0 1100001 1001 1001000 1011110 101111

Color Harmonies of #BAE807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE807

Black with #BAE807

Text Example


Text Example

White with #BAE807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE807; }

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

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

background-color css

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

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

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

border-color css

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

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

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