Html Css Color HEX #BAF932 Green Yellow

📋 copy color: '#BAF932'

red 186 ◦ green 249 ◦ blue 50

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

Shades of Green Yellow #BAF932

Tints of Green Yellow #BAF932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.31%

R = 38.35%
G = 51.34%
B = 10.31%

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

#BAF932 (or 0xBAF932) is known color: Green Yellow. HEX triplet: BA, F9 and 32. RGB value is (186,249,50). Sum of RGB (Red+Green+Blue) = 186+249+50=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF932 is #4506CD. Grayscale: #D0D0D0. Windows color (decimal): -4523726 or 3340730. OLE color: 3340730.

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

Color convert

RGB 186 249 50 -
CMYK 0.25 0 0.80 0.02
HSL 78.99º 0.94% 0.59% -
HSV(B) 78.99º 0.8% 0.98% -
XYZ 54.7 78.42 15.27 -
YUV 207.48 39.13 112.68 -
System Red Green Blue C M Y K H S L
Decimal 186 249 50 0.25 0 0.80 0.02 78.99 0.94 0.59
Hex BA F9 32 19 0 50 2 4F 5E 3B
Octal 272 371 62 31 0 120 2 117 136 73
Binary 10111010 11111001 110010 11001 0 1010000 10 1001111 1011110 111011

Color Harmonies of #BAF932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF932

Black with #BAF932

Text Example


Text Example

White with #BAF932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF932; }

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

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

background-color css

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

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

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

border-color css

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

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

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