Html Css Color HEX #BAEA01 Inch Worm

📋 copy color: '#BAEA01'

red 186 ◦ green 234 ◦ blue 1

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

Shades of Inch Worm #BAEA01

Tints of Inch Worm #BAEA01

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.58%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 44.18%
G = 55.58%
B = 0.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#BAEA01 (or 0xBAEA01) is known color: Inch Worm. HEX triplet: BA, EA and 01. RGB value is (186,234,1). Sum of RGB (Red+Green+Blue) = 186+234+1=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 234 (91.80% from 255 or 55.58% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEA01 is #4515FE. Grayscale: #C1C1C1. Windows color (decimal): -4527615 or 125626. OLE color: 125626.

HSL color Cylindrical-coordinate representation of color #BAEA01: hue angle of 72.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAEA01 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 1 -
CMYK 0.21 0 1.00 0.08
HSL 72.36º 0.99% 0.46% -
HSV(B) 72.36º 1% 0.92% -
XYZ 49.68 69.29 10.78 -
YUV 193.09 19.6 122.95 -
System Red Green Blue C M Y K H S L
Decimal 186 234 1 0.21 0 1.00 0.08 72.36 0.99 0.46
Hex BA EA 1 15 0 64 8 48 63 2E
Octal 272 352 1 25 0 144 10 110 143 56
Binary 10111010 11101010 1 10101 0 1100100 1000 1001000 1100011 101110

Color Harmonies of #BAEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA01

Black with #BAEA01

Text Example


Text Example

White with #BAEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA01; }

 p { color: rgb(186,234,1); }

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

background-color css

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

 a { background-color: rgb(186,234,1); }

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

border-color css

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

 span { border-color: rgb(186,234,1); }

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