Html Css Color HEX #BAE60D Inch Worm

📋 copy color: '#BAE60D'

red 186 ◦ green 230 ◦ blue 13

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

Shades of Inch Worm #BAE60D

Tints of Inch Worm #BAE60D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.61%

 BLUE value IS 13 (5.47% from 255) = 3.03%

R = 43.36%
G = 53.61%
B = 3.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#BAE60D (or 0xBAE60D) is known color: Inch Worm. HEX triplet: BA, E6 and 0D. RGB value is (186,230,13). Sum of RGB (Red+Green+Blue) = 186+230+13=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 230 (90.23% from 255 or 53.61% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE60D is #4519F2. Grayscale: #C0C0C0. Windows color (decimal): -4528627 or 911034. OLE color: 911034.

HSL color Cylindrical-coordinate representation of color #BAE60D: hue angle of 72.17º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAE60D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 13 -
CMYK 0.19 0 0.94 0.10
HSL 72.17º 0.89% 0.48% -
HSV(B) 72.17º 0.94% 0.9% -
XYZ 48.62 67.06 10.76 -
YUV 192.11 26.92 123.64 -
System Red Green Blue C M Y K H S L
Decimal 186 230 13 0.19 0 0.94 0.10 72.17 0.89 0.48
Hex BA E6 D 13 0 5E A 48 59 30
Octal 272 346 15 23 0 136 12 110 131 60
Binary 10111010 11100110 1101 10011 0 1011110 1010 1001000 1011001 110000

Color Harmonies of #BAE60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE60D

Black with #BAE60D

Text Example


Text Example

White with #BAE60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE60D; }

 p { color: rgb(186,230,13); }

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

background-color css

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

 a { background-color: rgb(186,230,13); }

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

border-color css

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

 span { border-color: rgb(186,230,13); }

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