Html Css Color HEX #BAF931 Green Yellow

📋 copy color: '#BAF931'

red 186 ◦ green 249 ◦ blue 49

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

Shades of Green Yellow #BAF931

Tints of Green Yellow #BAF931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.12%

R = 38.43%
G = 51.45%
B = 10.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#BAF931 (or 0xBAF931) is known color: Green Yellow. HEX triplet: BA, F9 and 31. RGB value is (186,249,49). Sum of RGB (Red+Green+Blue) = 186+249+49=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF931 is #4506CE. Grayscale: #D0D0D0. Windows color (decimal): -4523727 or 3275194. OLE color: 3275194.

HSL color Cylindrical-coordinate representation of color #BAF931: hue angle of 78.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAF931 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 49 -
CMYK 0.25 0 0.80 0.02
HSL 78.9º 0.94% 0.58% -
HSV(B) 78.9º 0.8% 0.98% -
XYZ 54.68 78.41 15.16 -
YUV 207.36 38.63 112.76 -
System Red Green Blue C M Y K H S L
Decimal 186 249 49 0.25 0 0.80 0.02 78.9 0.94 0.58
Hex BA F9 31 19 0 50 2 4F 5E 3A
Octal 272 371 61 31 0 120 2 117 136 72
Binary 10111010 11111001 110001 11001 0 1010000 10 1001111 1011110 111010

Color Harmonies of #BAF931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF931

Black with #BAF931

Text Example


Text Example

White with #BAF931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF931; }

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

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

background-color css

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

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

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

border-color css

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

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

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