Html Css Color HEX #BAF938 Green Yellow

📋 copy color: '#BAF938'

red 186 ◦ green 249 ◦ blue 56

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

Shades of Green Yellow #BAF938

Tints of Green Yellow #BAF938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.41%

R = 37.88%
G = 50.71%
B = 11.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#BAF938 (or 0xBAF938) is known color: Green Yellow. HEX triplet: BA, F9 and 38. RGB value is (186,249,56). Sum of RGB (Red+Green+Blue) = 186+249+56=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF938 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF938 is #4506C7. Grayscale: #D0D0D0. Windows color (decimal): -4523720 or 3733946. OLE color: 3733946.

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

Color convert

RGB 186 249 56 -
CMYK 0.25 0 0.78 0.02
HSL 79.59º 0.94% 0.6% -
HSV(B) 79.59º 0.78% 0.98% -
XYZ 54.84 78.48 16 -
YUV 208.16 42.13 112.19 -
System Red Green Blue C M Y K H S L
Decimal 186 249 56 0.25 0 0.78 0.02 79.59 0.94 0.6
Hex BA F9 38 19 0 4E 2 50 5E 3C
Octal 272 371 70 31 0 116 2 120 136 74
Binary 10111010 11111001 111000 11001 0 1001110 10 1010000 1011110 111100

Color Harmonies of #BAF938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF938

Black with #BAF938

Text Example


Text Example

White with #BAF938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF938; }

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

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

background-color css

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

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

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

border-color css

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

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

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