Html Css Color HEX #BAE707 Inch Worm

📋 copy color: '#BAE707'

red 186 ◦ green 231 ◦ blue 7

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

Shades of Inch Worm #BAE707

Tints of Inch Worm #BAE707

RGB

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

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

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

R = 43.87%
G = 54.48%
B = 1.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#BAE707 (or 0xBAE707) is known color: Inch Worm. HEX triplet: BA, E7 and 07. RGB value is (186,231,7). Sum of RGB (Red+Green+Blue) = 186+231+7=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 231 (90.62% from 255 or 54.48% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE707 is #4518F8. Grayscale: #C0C0C0. Windows color (decimal): -4528377 or 518074. OLE color: 518074.

HSL color Cylindrical-coordinate representation of color #BAE707: hue angle of 72.05º 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 #BAE707 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 7 -
CMYK 0.19 0 0.97 0.09
HSL 72.05º 0.94% 0.47% -
HSV(B) 72.05º 0.97% 0.91% -
XYZ 48.86 67.61 10.67 -
YUV 192.01 23.59 123.71 -
System Red Green Blue C M Y K H S L
Decimal 186 231 7 0.19 0 0.97 0.09 72.05 0.94 0.47
Hex BA E7 7 13 0 61 9 48 5E 2F
Octal 272 347 7 23 0 141 11 110 136 57
Binary 10111010 11100111 111 10011 0 1100001 1001 1001000 1011110 101111

Color Harmonies of #BAE707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE707

Black with #BAE707

Text Example


Text Example

White with #BAE707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE707; }

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

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

background-color css

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

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

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

border-color css

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

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

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