Html Css Color HEX #BAE10B Inch Worm

📋 copy color: '#BAE10B'

red 186 ◦ green 225 ◦ blue 11

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

Shades of Inch Worm #BAE10B

Tints of Inch Worm #BAE10B

RGB

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

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

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

R = 44.08%
G = 53.32%
B = 2.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#BAE10B (or 0xBAE10B) is known color: Inch Worm. HEX triplet: BA, E1 and 0B. RGB value is (186,225,11). Sum of RGB (Red+Green+Blue) = 186+225+11=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 225 (88.28% from 255 or 53.32% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE10B is #451EF4. Grayscale: #BDBDBD. Windows color (decimal): -4529909 or 778682. OLE color: 778682.

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

Color convert

RGB 186 225 11 -
CMYK 0.17 0 0.95 0.12
HSL 70.93º 0.91% 0.46% -
HSV(B) 70.93º 0.95% 0.88% -
XYZ 47.24 64.31 10.24 -
YUV 188.94 27.58 125.9 -
System Red Green Blue C M Y K H S L
Decimal 186 225 11 0.17 0 0.95 0.12 70.93 0.91 0.46
Hex BA E1 B 11 0 5F C 47 5B 2E
Octal 272 341 13 21 0 137 14 107 133 56
Binary 10111010 11100001 1011 10001 0 1011111 1100 1000111 1011011 101110

Color Harmonies of #BAE10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE10B

Black with #BAE10B

Text Example


Text Example

White with #BAE10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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