Html Css Color HEX #BAEC2A Green Yellow

📋 copy color: '#BAEC2A'

red 186 ◦ green 236 ◦ blue 42

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

Shades of Green Yellow #BAEC2A

Tints of Green Yellow #BAEC2A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.86%

 BLUE value IS 42 (16.8% from 255) = 9.05%

R = 40.09%
G = 50.86%
B = 9.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#BAEC2A (or 0xBAEC2A) is known color: Green Yellow. HEX triplet: BA, EC and 2A. RGB value is (186,236,42). Sum of RGB (Red+Green+Blue) = 186+236+42=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC2A is #4513D5. Grayscale: #C7C7C7. Windows color (decimal): -4527062 or 2813114. OLE color: 2813114.

HSL color Cylindrical-coordinate representation of color #BAEC2A: hue angle of 75.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAEC2A is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 42 -
CMYK 0.21 0 0.82 0.07
HSL 75.46º 0.84% 0.55% -
HSV(B) 75.46º 0.82% 0.93% -
XYZ 50.66 70.6 13.15 -
YUV 198.93 39.44 118.77 -
System Red Green Blue C M Y K H S L
Decimal 186 236 42 0.21 0 0.82 0.07 75.46 0.84 0.55
Hex BA EC 2A 15 0 52 7 4B 54 37
Octal 272 354 52 25 0 122 7 113 124 67
Binary 10111010 11101100 101010 10101 0 1010010 111 1001011 1010100 110111

Color Harmonies of #BAEC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC2A

Black with #BAEC2A

Text Example


Text Example

White with #BAEC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC2A; }

 p { color: rgb(186,236,42); }

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

background-color css

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

 a { background-color: rgb(186,236,42); }

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

border-color css

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

 span { border-color: rgb(186,236,42); }

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