Html Css Color HEX #BAF749 Conifer

📋 copy color: '#BAF749'

red 186 ◦ green 247 ◦ blue 73

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

Shades of Conifer #BAF749

Tints of Conifer #BAF749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.43%

R = 36.76%
G = 48.81%
B = 14.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#BAF749 (or 0xBAF749) is known color: Conifer. HEX triplet: BA, F7 and 49. RGB value is (186,247,73). Sum of RGB (Red+Green+Blue) = 186+247+73=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF749 is #4508B6. Grayscale: #D1D1D1. Windows color (decimal): -4524215 or 4847546. OLE color: 4847546.

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

Color convert

RGB 186 247 73 -
CMYK 0.25 0 0.70 0.03
HSL 81.03º 0.92% 0.63% -
HSV(B) 81.03º 0.7% 0.97% -
XYZ 54.71 77.44 18.37 -
YUV 208.93 51.29 111.65 -
System Red Green Blue C M Y K H S L
Decimal 186 247 73 0.25 0 0.70 0.03 81.03 0.92 0.63
Hex BA F7 49 19 0 46 3 51 5C 3F
Octal 272 367 111 31 0 106 3 121 134 77
Binary 10111010 11110111 1001001 11001 0 1000110 11 1010001 1011100 111111

Color Harmonies of #BAF749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF749

Black with #BAF749

Text Example


Text Example

White with #BAF749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF749; }

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

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

background-color css

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

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

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

border-color css

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

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

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