Html Css Color HEX #BAE904 Inch Worm

📋 copy color: '#BAE904'

red 186 ◦ green 233 ◦ blue 4

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

Shades of Inch Worm #BAE904

Tints of Inch Worm #BAE904

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.08%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 43.97%
G = 55.08%
B = 0.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#BAE904 (or 0xBAE904) is known color: Inch Worm. HEX triplet: BA, E9 and 04. RGB value is (186,233,4). Sum of RGB (Red+Green+Blue) = 186+233+4=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 233 (91.41% from 255 or 55.08% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE904 is #4516FB. Grayscale: #C1C1C1. Windows color (decimal): -4527868 or 321978. OLE color: 321978.

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

Color convert

RGB 186 233 4 -
CMYK 0.20 0 0.98 0.09
HSL 72.31º 0.97% 0.46% -
HSV(B) 72.31º 0.98% 0.91% -
XYZ 49.41 68.73 10.78 -
YUV 192.84 21.43 123.12 -
System Red Green Blue C M Y K H S L
Decimal 186 233 4 0.20 0 0.98 0.09 72.31 0.97 0.46
Hex BA E9 4 14 0 62 9 48 61 2E
Octal 272 351 4 24 0 142 11 110 141 56
Binary 10111010 11101001 100 10100 0 1100010 1001 1001000 1100001 101110

Color Harmonies of #BAE904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE904

Black with #BAE904

Text Example


Text Example

White with #BAE904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE904; }

 p { color: rgb(186,233,4); }

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

background-color css

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

 a { background-color: rgb(186,233,4); }

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

border-color css

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

 span { border-color: rgb(186,233,4); }

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