Html Css Color HEX #BAEA1C Inch Worm

📋 copy color: '#BAEA1C'

red 186 ◦ green 234 ◦ blue 28

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

Shades of Inch Worm #BAEA1C

Tints of Inch Worm #BAEA1C

RGB

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

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

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

R = 41.52%
G = 52.23%
B = 6.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#BAEA1C (or 0xBAEA1C) is known color: Inch Worm. HEX triplet: BA, EA and 1C. RGB value is (186,234,28). Sum of RGB (Red+Green+Blue) = 186+234+28=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA1C is #4515E3. Grayscale: #C4C4C4. Windows color (decimal): -4527588 or 1895098. OLE color: 1895098.

HSL color Cylindrical-coordinate representation of color #BAEA1C: hue angle of 73.98º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAEA1C is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 28 -
CMYK 0.21 0 0.88 0.08
HSL 73.98º 0.83% 0.51% -
HSV(B) 73.98º 0.88% 0.92% -
XYZ 49.88 69.37 11.86 -
YUV 196.16 33.1 120.75 -
System Red Green Blue C M Y K H S L
Decimal 186 234 28 0.21 0 0.88 0.08 73.98 0.83 0.51
Hex BA EA 1C 15 0 58 8 4A 53 33
Octal 272 352 34 25 0 130 10 112 123 63
Binary 10111010 11101010 11100 10101 0 1011000 1000 1001010 1010011 110011

Color Harmonies of #BAEA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA1C

Black with #BAEA1C

Text Example


Text Example

White with #BAEA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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