Html Css Color HEX #BAF746 Green Yellow

📋 copy color: '#BAF746'

red 186 ◦ green 247 ◦ blue 70

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

Shades of Green Yellow #BAF746

Tints of Green Yellow #BAF746

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.11%

 BLUE value IS 70 (27.73% from 255) = 13.92%

R = 36.98%
G = 49.11%
B = 13.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#BAF746 (or 0xBAF746) is known color: Green Yellow. HEX triplet: BA, F7 and 46. RGB value is (186,247,70). Sum of RGB (Red+Green+Blue) = 186+247+70=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF746 is #4508B9. Grayscale: #D1D1D1. Windows color (decimal): -4524218 or 4650938. OLE color: 4650938.

HSL color Cylindrical-coordinate representation of color #BAF746: hue angle of 80.68º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAF746 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 70 -
CMYK 0.25 0 0.72 0.03
HSL 80.68º 0.92% 0.62% -
HSV(B) 80.68º 0.72% 0.97% -
XYZ 54.62 77.4 17.86 -
YUV 208.58 49.79 111.89 -
System Red Green Blue C M Y K H S L
Decimal 186 247 70 0.25 0 0.72 0.03 80.68 0.92 0.62
Hex BA F7 46 19 0 48 3 51 5C 3E
Octal 272 367 106 31 0 110 3 121 134 76
Binary 10111010 11110111 1000110 11001 0 1001000 11 1010001 1011100 111110

Color Harmonies of #BAF746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF746

Black with #BAF746

Text Example


Text Example

White with #BAF746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF746; }

 p { color: rgb(186,247,70); }

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

background-color css

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

 a { background-color: rgb(186,247,70); }

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

border-color css

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

 span { border-color: rgb(186,247,70); }

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