Html Css Color HEX #BAF928 Green Yellow

📋 copy color: '#BAF928'

red 186 ◦ green 249 ◦ blue 40

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

Shades of Green Yellow #BAF928

Tints of Green Yellow #BAF928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.42%

R = 39.16%
G = 52.42%
B = 8.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#BAF928 (or 0xBAF928) is known color: Green Yellow. HEX triplet: BA, F9 and 28. RGB value is (186,249,40). Sum of RGB (Red+Green+Blue) = 186+249+40=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF928 is #4506D7. Grayscale: #CFCFCF. Windows color (decimal): -4523736 or 2685370. OLE color: 2685370.

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

Color convert

RGB 186 249 40 -
CMYK 0.25 0 0.84 0.02
HSL 78.09º 0.95% 0.57% -
HSV(B) 78.09º 0.84% 0.98% -
XYZ 54.51 78.34 14.26 -
YUV 206.34 34.13 113.49 -
System Red Green Blue C M Y K H S L
Decimal 186 249 40 0.25 0 0.84 0.02 78.09 0.95 0.57
Hex BA F9 28 19 0 54 2 4E 5F 39
Octal 272 371 50 31 0 124 2 116 137 71
Binary 10111010 11111001 101000 11001 0 1010100 10 1001110 1011111 111001

Color Harmonies of #BAF928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF928

Black with #BAF928

Text Example


Text Example

White with #BAF928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF928; }

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

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

background-color css

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

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

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

border-color css

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

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

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