Html Css Color HEX #BAEE3C Green Yellow

📋 copy color: '#BAEE3C'

red 186 ◦ green 238 ◦ blue 60

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

Shades of Green Yellow #BAEE3C

Tints of Green Yellow #BAEE3C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

 BLUE value IS 60 (23.83% from 255) = 12.4%

R = 38.43%
G = 49.17%
B = 12.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#BAEE3C (or 0xBAEE3C) is known color: Green Yellow. HEX triplet: BA, EE and 3C. RGB value is (186,238,60). Sum of RGB (Red+Green+Blue) = 186+238+60=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEE3C is #4511C3. Grayscale: #CACACA. Windows color (decimal): -4526532 or 3993274. OLE color: 3993274.

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

Color convert

RGB 186 238 60 -
CMYK 0.22 0 0.75 0.07
HSL 77.53º 0.84% 0.58% -
HSV(B) 77.53º 0.75% 0.93% -
XYZ 51.64 71.91 15.43 -
YUV 202.16 47.77 116.47 -
System Red Green Blue C M Y K H S L
Decimal 186 238 60 0.22 0 0.75 0.07 77.53 0.84 0.58
Hex BA EE 3C 16 0 4B 7 4E 54 3A
Octal 272 356 74 26 0 113 7 116 124 72
Binary 10111010 11101110 111100 10110 0 1001011 111 1001110 1010100 111010

Color Harmonies of #BAEE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEE3C

Black with #BAEE3C

Text Example


Text Example

White with #BAEE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEE3C; }

 p { color: rgb(186,238,60); }

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

background-color css

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

 a { background-color: rgb(186,238,60); }

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

border-color css

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

 span { border-color: rgb(186,238,60); }

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