Html Css Color HEX #BAE40B Inch Worm

📋 copy color: '#BAE40B'

red 186 ◦ green 228 ◦ blue 11

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

Shades of Inch Worm #BAE40B

Tints of Inch Worm #BAE40B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.65%

 BLUE value IS 11 (4.69% from 255) = 2.59%

R = 43.76%
G = 53.65%
B = 2.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#BAE40B (or 0xBAE40B) is known color: Inch Worm. HEX triplet: BA, E4 and 0B. RGB value is (186,228,11). Sum of RGB (Red+Green+Blue) = 186+228+11=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 228 (89.45% from 255 or 53.65% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE40B is #451BF4. Grayscale: #BFBFBF. Windows color (decimal): -4529141 or 779450. OLE color: 779450.

HSL color Cylindrical-coordinate representation of color #BAE40B: hue angle of 71.61º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAE40B is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 11 -
CMYK 0.18 0 0.95 0.11
HSL 71.61º 0.91% 0.47% -
HSV(B) 71.61º 0.95% 0.89% -
XYZ 48.05 65.95 10.51 -
YUV 190.7 26.59 124.64 -
System Red Green Blue C M Y K H S L
Decimal 186 228 11 0.18 0 0.95 0.11 71.61 0.91 0.47
Hex BA E4 B 12 0 5F B 48 5B 2F
Octal 272 344 13 22 0 137 13 110 133 57
Binary 10111010 11100100 1011 10010 0 1011111 1011 1001000 1011011 101111

Color Harmonies of #BAE40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE40B

Black with #BAE40B

Text Example


Text Example

White with #BAE40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE40B; }

 p { color: rgb(186,228,11); }

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

background-color css

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

 a { background-color: rgb(186,228,11); }

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

border-color css

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

 span { border-color: rgb(186,228,11); }

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