Html Css Color HEX #BAF924 Green Yellow

📋 copy color: '#BAF924'

red 186 ◦ green 249 ◦ blue 36

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

Shades of Green Yellow #BAF924

Tints of Green Yellow #BAF924

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.87%

 BLUE value IS 36 (14.45% from 255) = 7.64%

R = 39.49%
G = 52.87%
B = 7.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#BAF924 (or 0xBAF924) is known color: Green Yellow. HEX triplet: BA, F9 and 24. RGB value is (186,249,36). Sum of RGB (Red+Green+Blue) = 186+249+36=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF924 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF924 is #4506DB. Grayscale: #CECECE. Windows color (decimal): -4523740 or 2423226. OLE color: 2423226.

HSL color Cylindrical-coordinate representation of color #BAF924: hue angle of 77.75º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAF924 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 36 -
CMYK 0.25 0 0.86 0.02
HSL 77.75º 0.95% 0.56% -
HSV(B) 77.75º 0.86% 0.98% -
XYZ 54.44 78.32 13.92 -
YUV 205.88 32.13 113.82 -
System Red Green Blue C M Y K H S L
Decimal 186 249 36 0.25 0 0.86 0.02 77.75 0.95 0.56
Hex BA F9 24 19 0 56 2 4E 5F 38
Octal 272 371 44 31 0 126 2 116 137 70
Binary 10111010 11111001 100100 11001 0 1010110 10 1001110 1011111 111000

Color Harmonies of #BAF924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF924

Black with #BAF924

Text Example


Text Example

White with #BAF924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF924; }

 p { color: rgb(186,249,36); }

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

background-color css

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

 a { background-color: rgb(186,249,36); }

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

border-color css

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

 span { border-color: rgb(186,249,36); }

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