Html Css Color HEX #BAE81C Inch Worm

📋 copy color: '#BAE81C'

red 186 ◦ green 232 ◦ blue 28

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

Shades of Inch Worm #BAE81C

Tints of Inch Worm #BAE81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.28%

R = 41.7%
G = 52.02%
B = 6.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#BAE81C (or 0xBAE81C) is known color: Inch Worm. HEX triplet: BA, E8 and 1C. RGB value is (186,232,28). Sum of RGB (Red+Green+Blue) = 186+232+28=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE81C is #4517E3. Grayscale: #C3C3C3. Windows color (decimal): -4528100 or 1894586. OLE color: 1894586.

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

Color convert

RGB 186 232 28 -
CMYK 0.20 0 0.88 0.09
HSL 73.53º 0.82% 0.51% -
HSV(B) 73.53º 0.88% 0.91% -
XYZ 49.32 68.24 11.67 -
YUV 194.99 33.76 121.59 -
System Red Green Blue C M Y K H S L
Decimal 186 232 28 0.20 0 0.88 0.09 73.53 0.82 0.51
Hex BA E8 1C 14 0 58 9 4A 52 33
Octal 272 350 34 24 0 130 11 112 122 63
Binary 10111010 11101000 11100 10100 0 1011000 1001 1001010 1010010 110011

Color Harmonies of #BAE81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE81C

Black with #BAE81C

Text Example


Text Example

White with #BAE81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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